Html Css Color HEX #5524CD Purple Heart

📋 copy color: '#5524CD'

red 85 ◦ green 36 ◦ blue 205

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

Shades of Purple Heart #5524CD

Tints of Purple Heart #5524CD

RGB

 RED value IS 85 (33.59% from 255) = 26.07%

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

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

R = 26.07%
G = 11.04%
B = 62.88%

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

#5524CD (or 0x5524CD) is known color: Purple Heart. HEX triplet: 55, 24 and CD. RGB value is (85,36,205). Sum of RGB (Red+Green+Blue) = 85+36+205=326 (43% of max value = 765). Red value is 85 (33.59% from 255 or 26.07% from 326); Green value is 36 (14.45% from 255 or 11.04% from 326); Blue value is 205 (80.47% from 255 or 62.88% from 326); Max value from RGB is 205 - color contains mainly: blue. Hex color #5524CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5524CD is #AADB32. Grayscale: #454545. Windows color (decimal): -11197235 or 13444181. OLE color: 13444181.

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

Color convert

RGB 85 36 205 -
CMYK 0.59 0.82 0 0.20
HSL 257.4º 0.7% 0.47% -
HSV(B) 257.4º 0.82% 0.8% -
XYZ 15.4 7.6 58.41 -
YUV 69.92 204.23 138.76 -
System Red Green Blue C M Y K H S L
Decimal 85 36 205 0.59 0.82 0 0.20 257.4 0.7 0.47
Hex 55 24 CD 3B 52 0 14 101 46 2F
Octal 125 44 315 73 122 0 24 401 106 57
Binary 1010101 100100 11001101 111011 1010010 0 10100 100000001 1000110 101111

Color Harmonies of #5524CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5524CD

Black with #5524CD

Text Example


Text Example

White with #5524CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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