Html Css Color HEX #5609CC Purple Heart

📋 copy color: '#5609CC'

red 86 ◦ green 9 ◦ blue 204

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

Shades of Purple Heart #5609CC

Tints of Purple Heart #5609CC

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.01%

 BLUE value IS 204 (80.08% from 255) = 68.23%

R = 28.76%
G = 3.01%
B = 68.23%

CMYK

 C value IS 0.58

 M value IS 0.96

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5609CC (or 0x5609CC) is known color: Purple Heart. HEX triplet: 56, 09 and CC. RGB value is (86,9,204). Sum of RGB (Red+Green+Blue) = 86+9+204=299 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.76% from 299); Green value is 9 (3.91% from 255 or 3.01% from 299); Blue value is 204 (80.08% from 255 or 68.23% from 299); Max value from RGB is 204 - color contains mainly: blue. Hex color #5609CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5609CC is #A9F633. Grayscale: #353535. Windows color (decimal): -11138612 or 13371734. OLE color: 13371734.

HSL color Cylindrical-coordinate representation of color #5609CC: hue angle of 263.69º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5609CC is Cyan = 0.58, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 86 9 204 -
CMYK 0.58 0.96 0 0.2
HSL 263.69º 0.92% 0.42% -
HSV(B) 263.69º 0.96% 0.8% -
XYZ 14.83 6.53 57.61 -
YUV 54.25 212.51 150.64 -
System Red Green Blue C M Y K H S L
Decimal 86 9 204 0.58 0.96 0 0.2 263.69 0.92 0.42
Hex 56 9 CC 3A 60 0 14 108 5C 2A
Octal 126 11 314 72 140 0 24 410 134 52
Binary 1010110 1001 11001100 111010 1100000 0 10100 100001000 1011100 101010

Color Harmonies of #5609CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5609CC

Black with #5609CC

Text Example


Text Example

White with #5609CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5609CC; }

 p { color: rgb(86,9,204); }

 H1.HeaderClassName
 {
   color: #5609CC;
 }
 .AnyTagClassName
 {
   color: #5609CC;
 }
</style>

background-color css

<style>
 a { background-color: #5609CC; }

 a { background-color: rgb(86,9,204); }

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

border-color css

<style>
 span { border-color: #5609CC; }

 span { border-color: rgb(86,9,204); }

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