Html Css Color HEX #5424CD Purple Heart

📋 copy color: '#5424CD'

red 84 ◦ green 36 ◦ blue 205

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

Shades of Purple Heart #5424CD

Tints of Purple Heart #5424CD

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.08%

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

R = 25.85%
G = 11.08%
B = 63.08%

CMYK

 C value IS 0.59

 M value IS 0.82

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5424CD (or 0x5424CD) is known color: Purple Heart. HEX triplet: 54, 24 and CD. RGB value is (84,36,205). Sum of RGB (Red+Green+Blue) = 84+36+205=325 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.85% from 325); Green value is 36 (14.45% from 255 or 11.08% from 325); Blue value is 205 (80.47% from 255 or 63.08% from 325); Max value from RGB is 205 - color contains mainly: blue. Hex color #5424CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5424CD is #ABDB32. Grayscale: #444444. Windows color (decimal): -11262771 or 13444180. OLE color: 13444180.

HSL color Cylindrical-coordinate representation of color #5424CD: hue angle of 257.04º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5424CD is Cyan = 0.59, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 84 36 205 -
CMYK 0.59 0.82 0 0.20
HSL 257.04º 0.7% 0.47% -
HSV(B) 257.04º 0.82% 0.8% -
XYZ 15.31 7.55 58.41 -
YUV 69.62 204.4 138.26 -
System Red Green Blue C M Y K H S L
Decimal 84 36 205 0.59 0.82 0 0.20 257.04 0.7 0.47
Hex 54 24 CD 3B 52 0 14 101 46 2F
Octal 124 44 315 73 122 0 24 401 106 57
Binary 1010100 100100 11001101 111011 1010010 0 10100 100000001 1000110 101111

Color Harmonies of #5424CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5424CD

Black with #5424CD

Text Example


Text Example

White with #5424CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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