Html Css Color HEX #5409CD Purple Heart

📋 copy color: '#5409CD'

red 84 ◦ green 9 ◦ blue 205

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

Shades of Purple Heart #5409CD

Tints of Purple Heart #5409CD

RGB

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

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

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

R = 28.19%
G = 3.02%
B = 68.79%

CMYK

 C value IS 0.59

 M value IS 0.96

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5409CD (or 0x5409CD) is known color: Purple Heart. HEX triplet: 54, 09 and CD. RGB value is (84,9,205). Sum of RGB (Red+Green+Blue) = 84+9+205=298 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.19% from 298); Green value is 9 (3.91% from 255 or 3.02% from 298); Blue value is 205 (80.47% from 255 or 68.79% from 298); Max value from RGB is 205 - color contains mainly: blue. Hex color #5409CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5409CD is #ABF632. Grayscale: #353535. Windows color (decimal): -11269683 or 13437268. OLE color: 13437268.

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

Color convert

RGB 84 9 205 -
CMYK 0.59 0.96 0 0.20
HSL 262.96º 0.92% 0.42% -
HSV(B) 262.96º 0.96% 0.8% -
XYZ 14.77 6.49 58.23 -
YUV 53.77 213.35 149.56 -
System Red Green Blue C M Y K H S L
Decimal 84 9 205 0.59 0.96 0 0.20 262.96 0.92 0.42
Hex 54 9 CD 3B 60 0 14 107 5C 2A
Octal 124 11 315 73 140 0 24 407 134 52
Binary 1010100 1001 11001101 111011 1100000 0 10100 100000111 1011100 101010

Color Harmonies of #5409CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5409CD

Black with #5409CD

Text Example


Text Example

White with #5409CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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