Html Css Color HEX #5604CB Purple Heart

📋 copy color: '#5604CB'

red 86 ◦ green 4 ◦ blue 203

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

Shades of Purple Heart #5604CB

Tints of Purple Heart #5604CB

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.37%

 BLUE value IS 203 (79.69% from 255) = 69.28%

R = 29.35%
G = 1.37%
B = 69.28%

CMYK

 C value IS 0.58

 M value IS 0.98

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5604CB (or 0x5604CB) is known color: Purple Heart. HEX triplet: 56, 04 and CB. RGB value is (86,4,203). Sum of RGB (Red+Green+Blue) = 86+4+203=293 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.35% from 293); Green value is 4 (1.95% from 255 or 1.37% from 293); Blue value is 203 (79.69% from 255 or 69.28% from 293); Max value from RGB is 203 - color contains mainly: blue. Hex color #5604CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5604CB is #A9FB34. Grayscale: #323232. Windows color (decimal): -11139893 or 13304918. OLE color: 13304918.

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

Color convert

RGB 86 4 203 -
CMYK 0.58 0.98 0 0.20
HSL 264.72º 0.96% 0.41% -
HSV(B) 264.72º 0.98% 0.8% -
XYZ 14.66 6.38 56.96 -
YUV 51.2 213.67 152.82 -
System Red Green Blue C M Y K H S L
Decimal 86 4 203 0.58 0.98 0 0.20 264.72 0.96 0.41
Hex 56 4 CB 3A 62 0 14 109 60 29
Octal 126 4 313 72 142 0 24 411 140 51
Binary 1010110 100 11001011 111010 1100010 0 10100 100001001 1100000 101001

Color Harmonies of #5604CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5604CB

Black with #5604CB

Text Example


Text Example

White with #5604CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5604CB; }

 p { color: rgb(86,4,203); }

 H1.HeaderClassName
 {
   color: #5604CB;
 }
 .AnyTagClassName
 {
   color: #5604CB;
 }
</style>

background-color css

<style>
 a { background-color: #5604CB; }

 a { background-color: rgb(86,4,203); }

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

border-color css

<style>
 span { border-color: #5604CB; }

 span { border-color: rgb(86,4,203); }

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