Html Css Color HEX #5602CE Purple Heart

📋 copy color: '#5602CE'

red 86 ◦ green 2 ◦ blue 206

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

Shades of Purple Heart #5602CE

Tints of Purple Heart #5602CE

RGB

 RED value IS 86 (33.98% from 255) = 29.25%

 GREEN value IS 2 (1.17% from 255) = 0.68%

 BLUE value IS 206 (80.86% from 255) = 70.07%

R = 29.25%
G = 0.68%
B = 70.07%

CMYK

 C value IS 0.58

 M value IS 0.99

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5602CE (or 0x5602CE) is known color: Purple Heart. HEX triplet: 56, 02 and CE. RGB value is (86,2,206). Sum of RGB (Red+Green+Blue) = 86+2+206=294 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.25% from 294); Green value is 2 (1.17% from 255 or 0.68% from 294); Blue value is 206 (80.86% from 255 or 70.07% from 294); Max value from RGB is 206 - color contains mainly: blue. Hex color #5602CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5602CE is #A9FD31. Grayscale: #313131. Windows color (decimal): -11140402 or 13501014. OLE color: 13501014.

HSL color Cylindrical-coordinate representation of color #5602CE: hue angle of 264.71º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5602CE is Cyan = 0.58, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 86 2 206 -
CMYK 0.58 0.99 0 0.19
HSL 264.71º 0.98% 0.41% -
HSV(B) 264.71º 0.99% 0.81% -
XYZ 15 6.48 58.85 -
YUV 50.37 215.83 153.41 -
System Red Green Blue C M Y K H S L
Decimal 86 2 206 0.58 0.99 0 0.19 264.71 0.98 0.41
Hex 56 2 CE 3A 63 0 13 109 62 29
Octal 126 2 316 72 143 0 23 411 142 51
Binary 1010110 10 11001110 111010 1100011 0 10011 100001001 1100010 101001

Color Harmonies of #5602CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5602CE

Black with #5602CE

Text Example


Text Example

White with #5602CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5602CE; }

 p { color: rgb(86,2,206); }

 H1.HeaderClassName
 {
   color: #5602CE;
 }
 .AnyTagClassName
 {
   color: #5602CE;
 }
</style>

background-color css

<style>
 a { background-color: #5602CE; }

 a { background-color: rgb(86,2,206); }

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

border-color css

<style>
 span { border-color: #5602CE; }

 span { border-color: rgb(86,2,206); }

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