Html Css Color HEX #5409CC Purple Heart

📋 copy color: '#5409CC'

red 84 ◦ green 9 ◦ blue 204

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

Shades of Purple Heart #5409CC

Tints of Purple Heart #5409CC

RGB

 RED value IS 84 (33.2% from 255) = 28.28%

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

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

R = 28.28%
G = 3.03%
B = 68.69%

CMYK

 C value IS 0.59

 M value IS 0.96

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5409CC (or 0x5409CC) is known color: Purple Heart. HEX triplet: 54, 09 and CC. RGB value is (84,9,204). Sum of RGB (Red+Green+Blue) = 84+9+204=297 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.28% from 297); Green value is 9 (3.91% from 255 or 3.03% from 297); Blue value is 204 (80.08% from 255 or 68.69% from 297); Max value from RGB is 204 - color contains mainly: blue. Hex color #5409CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5409CC is #ABF633. Grayscale: #343434. Windows color (decimal): -11269684 or 13371732. OLE color: 13371732.

HSL color Cylindrical-coordinate representation of color #5409CC: hue angle of 263.08º 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 #5409CC is Cyan = 0.59, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 84 9 204 -
CMYK 0.59 0.96 0 0.2
HSL 263.08º 0.92% 0.42% -
HSV(B) 263.08º 0.96% 0.8% -
XYZ 14.65 6.44 57.6 -
YUV 53.66 212.85 149.64 -
System Red Green Blue C M Y K H S L
Decimal 84 9 204 0.59 0.96 0 0.2 263.08 0.92 0.42
Hex 54 9 CC 3B 60 0 14 107 5C 2A
Octal 124 11 314 73 140 0 24 407 134 52
Binary 1010100 1001 11001100 111011 1100000 0 10100 100000111 1011100 101010

Color Harmonies of #5409CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5409CC

Black with #5409CC

Text Example


Text Example

White with #5409CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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