Html Css Color HEX #5528CE Purple Heart

📋 copy color: '#5528CE'

red 85 ◦ green 40 ◦ blue 206

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

Shades of Purple Heart #5528CE

Tints of Purple Heart #5528CE

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.08%

 BLUE value IS 206 (80.86% from 255) = 62.24%

R = 25.68%
G = 12.08%
B = 62.24%

CMYK

 C value IS 0.59

 M value IS 0.81

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5528CE (or 0x5528CE) is known color: Purple Heart. HEX triplet: 55, 28 and CE. RGB value is (85,40,206). Sum of RGB (Red+Green+Blue) = 85+40+206=331 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.68% from 331); Green value is 40 (16.02% from 255 or 12.08% from 331); Blue value is 206 (80.86% from 255 or 62.24% from 331); Max value from RGB is 206 - color contains mainly: blue. Hex color #5528CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5528CE is #AAD731. Grayscale: #474747. Windows color (decimal): -11196210 or 13510741. OLE color: 13510741.

HSL color Cylindrical-coordinate representation of color #5528CE: hue angle of 256.27º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5528CE is Cyan = 0.59, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 85 40 206 -
CMYK 0.59 0.81 0 0.19
HSL 256.27º 0.67% 0.48% -
HSV(B) 256.27º 0.81% 0.81% -
XYZ 15.65 7.91 59.09 -
YUV 72.38 203.41 137 -
System Red Green Blue C M Y K H S L
Decimal 85 40 206 0.59 0.81 0 0.19 256.27 0.67 0.48
Hex 55 28 CE 3B 51 0 13 100 43 30
Octal 125 50 316 73 121 0 23 400 103 60
Binary 1010101 101000 11001110 111011 1010001 0 10011 100000000 1000011 110000

Color Harmonies of #5528CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5528CE

Black with #5528CE

Text Example


Text Example

White with #5528CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5528CE; }

 p { color: rgb(85,40,206); }

 H1.HeaderClassName
 {
   color: #5528CE;
 }
 .AnyTagClassName
 {
   color: #5528CE;
 }
</style>

background-color css

<style>
 a { background-color: #5528CE; }

 a { background-color: rgb(85,40,206); }

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

border-color css

<style>
 span { border-color: #5528CE; }

 span { border-color: rgb(85,40,206); }

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