Html Css Color HEX #5524BD Purple Heart

📋 copy color: '#5524BD'

red 85 ◦ green 36 ◦ blue 189

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

Shades of Purple Heart #5524BD

Tints of Purple Heart #5524BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 60.97%

R = 27.42%
G = 11.61%
B = 60.97%

CMYK

 C value IS 0.55

 M value IS 0.81

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5524BD (or 0x5524BD) is known color: Purple Heart. HEX triplet: 55, 24 and BD. RGB value is (85,36,189). Sum of RGB (Red+Green+Blue) = 85+36+189=310 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.42% from 310); Green value is 36 (14.45% from 255 or 11.61% from 310); Blue value is 189 (74.22% from 255 or 60.97% from 310); Max value from RGB is 189 - color contains mainly: blue. Hex color #5524BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5524BD is #AADB42. Grayscale: #434343. Windows color (decimal): -11197251 or 12395605. OLE color: 12395605.

HSL color Cylindrical-coordinate representation of color #5524BD: hue angle of 259.22º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5524BD is Cyan = 0.55, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 85 36 189 -
CMYK 0.55 0.81 0 0.26
HSL 259.22º 0.68% 0.44% -
HSV(B) 259.22º 0.81% 0.74% -
XYZ 13.56 6.87 48.75 -
YUV 68.09 196.23 140.06 -
System Red Green Blue C M Y K H S L
Decimal 85 36 189 0.55 0.81 0 0.26 259.22 0.68 0.44
Hex 55 24 BD 37 51 0 1A 103 44 2C
Octal 125 44 275 67 121 0 32 403 104 54
Binary 1010101 100100 10111101 110111 1010001 0 11010 100000011 1000100 101100

Color Harmonies of #5524BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5524BD

Black with #5524BD

Text Example


Text Example

White with #5524BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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