Html Css Color HEX #5605CE Purple Heart

📋 copy color: '#5605CE'

red 86 ◦ green 5 ◦ blue 206

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

Shades of Purple Heart #5605CE

Tints of Purple Heart #5605CE

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.68%

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

R = 28.96%
G = 1.68%
B = 69.36%

CMYK

 C value IS 0.58

 M value IS 0.98

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5605CE (or 0x5605CE) is known color: Purple Heart. HEX triplet: 56, 05 and CE. RGB value is (86,5,206). Sum of RGB (Red+Green+Blue) = 86+5+206=297 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.96% from 297); Green value is 5 (2.34% from 255 or 1.68% from 297); Blue value is 206 (80.86% from 255 or 69.36% from 297); Max value from RGB is 206 - color contains mainly: blue. Hex color #5605CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5605CE is #A9FA31. Grayscale: #333333. Windows color (decimal): -11139634 or 13501782. OLE color: 13501782.

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

Color convert

RGB 86 5 206 -
CMYK 0.58 0.98 0 0.19
HSL 264.18º 0.95% 0.41% -
HSV(B) 264.18º 0.98% 0.81% -
XYZ 15.03 6.54 58.86 -
YUV 52.13 214.84 152.16 -
System Red Green Blue C M Y K H S L
Decimal 86 5 206 0.58 0.98 0 0.19 264.18 0.95 0.41
Hex 56 5 CE 3A 62 0 13 108 5F 29
Octal 126 5 316 72 142 0 23 410 137 51
Binary 1010110 101 11001110 111010 1100010 0 10011 100001000 1011111 101001

Color Harmonies of #5605CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5605CE

Black with #5605CE

Text Example


Text Example

White with #5605CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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