Html Css Color HEX #652AE0 Purple Heart

📋 copy color: '#652AE0'

red 101 ◦ green 42 ◦ blue 224

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

Shades of Purple Heart #652AE0

Tints of Purple Heart #652AE0

RGB

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

 GREEN value IS 42 (16.8% from 255) = 11.44%

 BLUE value IS 224 (87.89% from 255) = 61.04%

R = 27.52%
G = 11.44%
B = 61.04%

CMYK

 C value IS 0.55

 M value IS 0.81

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#652AE0 (or 0x652AE0) is known color: Purple Heart. HEX triplet: 65, 2A and E0. RGB value is (101,42,224). Sum of RGB (Red+Green+Blue) = 101+42+224=367 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.52% from 367); Green value is 42 (16.80% from 255 or 11.44% from 367); Blue value is 224 (87.89% from 255 or 61.04% from 367); Max value from RGB is 224 - color contains mainly: blue. Hex color #652AE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #652AE0 is #9AD51F. Grayscale: #4F4F4F. Windows color (decimal): -10147104 or 14690917. OLE color: 14690917.

HSL color Cylindrical-coordinate representation of color #652AE0: hue angle of 259.45º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #652AE0 is Cyan = 0.55, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 101 42 224 -
CMYK 0.55 0.81 0 0.12
HSL 259.45º 0.75% 0.52% -
HSV(B) 259.45º 0.81% 0.88% -
XYZ 19.65 9.8 71.38 -
YUV 80.39 209.05 142.7 -
System Red Green Blue C M Y K H S L
Decimal 101 42 224 0.55 0.81 0 0.12 259.45 0.75 0.52
Hex 65 2A E0 37 51 0 C 103 4B 34
Octal 145 52 340 67 121 0 14 403 113 64
Binary 1100101 101010 11100000 110111 1010001 0 1100 100000011 1001011 110100

Color Harmonies of #652AE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #652AE0

Black with #652AE0

Text Example


Text Example

White with #652AE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,42,224); }

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

background-color css

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

 a { background-color: rgb(101,42,224); }

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

border-color css

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

 span { border-color: rgb(101,42,224); }

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