Html Css Color HEX #652BAE Purple Heart

📋 copy color: '#652BAE'

red 101 ◦ green 43 ◦ blue 174

#652BAE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #652BAE

Tints of Purple Heart #652BAE

RGB

 RED value IS 101 (39.84% from 255) = 31.76%

 GREEN value IS 43 (17.19% from 255) = 13.52%

 BLUE value IS 174 (68.36% from 255) = 54.72%

R = 31.76%
G = 13.52%
B = 54.72%

CMYK

 C value IS 0.42

 M value IS 0.75

 Y value IS 0

 K value IS 0.32

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#652BAE (or 0x652BAE) is known color: Purple Heart. HEX triplet: 65, 2B and AE. RGB value is (101,43,174). Sum of RGB (Red+Green+Blue) = 101+43+174=318 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.76% from 318); Green value is 43 (17.19% from 255 or 13.52% from 318); Blue value is 174 (68.36% from 255 or 54.72% from 318); Max value from RGB is 174 - color contains mainly: blue. Hex color #652BAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #652BAE is #9AD451. Grayscale: #4A4A4A. Windows color (decimal): -10146898 or 11414373. OLE color: 11414373.

HSL color Cylindrical-coordinate representation of color #652BAE: hue angle of 266.56º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #652BAE is Cyan = 0.42, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 101 43 174 -
CMYK 0.42 0.75 0 0.32
HSL 266.56º 0.6% 0.43% -
HSV(B) 266.56º 0.75% 0.68% -
XYZ 13.87 7.55 40.77 -
YUV 75.28 183.72 146.35 -
System Red Green Blue C M Y K H S L
Decimal 101 43 174 0.42 0.75 0 0.32 266.56 0.6 0.43
Hex 65 2B AE 2A 4B 0 20 10B 3C 2B
Octal 145 53 256 52 113 0 40 413 74 53
Binary 1100101 101011 10101110 101010 1001011 0 100000 100001011 111100 101011

Color Harmonies of #652BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #652BAE

Black with #652BAE

Text Example


Text Example

White with #652BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #652BAE; }

 p { color: rgb(101,43,174); }

 H1.HeaderClassName
 {
   color: #652BAE;
 }
 .AnyTagClassName
 {
   color: #652BAE;
 }
</style>

background-color css

<style>
 a { background-color: #652BAE; }

 a { background-color: rgb(101,43,174); }

 div.DivClassName
 {
   background-color: #652BAE;
 }
 .BgClassName
 {
   background-color: #652BAE;
 }
</style>

border-color css

<style>
 span { border-color: #652BAE; }

 span { border-color: rgb(101,43,174); }

 td.TdClassName
 {
   border-color: #652BAE;
 }
 .TagClassName
 {
   border-color: #652BAE;
 }
</style>