Html Css Color HEX #5602CD Purple Heart

📋 copy color: '#5602CD'

red 86 ◦ green 2 ◦ blue 205

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

Shades of Purple Heart #5602CD

Tints of Purple Heart #5602CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 69.97%

R = 29.35%
G = 0.68%
B = 69.97%

CMYK

 C value IS 0.58

 M value IS 0.99

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5602CD (or 0x5602CD) is known color: Purple Heart. HEX triplet: 56, 02 and CD. RGB value is (86,2,205). Sum of RGB (Red+Green+Blue) = 86+2+205=293 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.35% from 293); Green value is 2 (1.17% from 255 or 0.68% from 293); Blue value is 205 (80.47% from 255 or 69.97% from 293); Max value from RGB is 205 - color contains mainly: blue. Hex color #5602CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5602CD is #A9FD32. Grayscale: #313131. Windows color (decimal): -11140403 or 13435478. OLE color: 13435478.

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

Color convert

RGB 86 2 205 -
CMYK 0.58 0.99 0 0.20
HSL 264.83º 0.98% 0.41% -
HSV(B) 264.83º 0.99% 0.8% -
XYZ 14.88 6.43 58.21 -
YUV 50.26 215.33 153.49 -
System Red Green Blue C M Y K H S L
Decimal 86 2 205 0.58 0.99 0 0.20 264.83 0.98 0.41
Hex 56 2 CD 3A 63 0 14 109 62 29
Octal 126 2 315 72 143 0 24 411 142 51
Binary 1010110 10 11001101 111010 1100011 0 10100 100001001 1100010 101001

Color Harmonies of #5602CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5602CD

Black with #5602CD

Text Example


Text Example

White with #5602CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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