Html Css Color HEX #5528CB Purple Heart

📋 copy color: '#5528CB'

red 85 ◦ green 40 ◦ blue 203

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

Shades of Purple Heart #5528CB

Tints of Purple Heart #5528CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 61.89%

R = 25.91%
G = 12.2%
B = 61.89%

CMYK

 C value IS 0.58

 M value IS 0.80

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5528CB (or 0x5528CB) is known color: Purple Heart. HEX triplet: 55, 28 and CB. RGB value is (85,40,203). Sum of RGB (Red+Green+Blue) = 85+40+203=328 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.91% from 328); Green value is 40 (16.02% from 255 or 12.20% from 328); Blue value is 203 (79.69% from 255 or 61.89% from 328); Max value from RGB is 203 - color contains mainly: blue. Hex color #5528CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5528CB is #AAD734. Grayscale: #474747. Windows color (decimal): -11196213 or 13314133. OLE color: 13314133.

HSL color Cylindrical-coordinate representation of color #5528CB: hue angle of 256.56º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5528CB is Cyan = 0.58, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 85 40 203 -
CMYK 0.58 0.80 0 0.20
HSL 256.56º 0.67% 0.48% -
HSV(B) 256.56º 0.8% 0.8% -
XYZ 15.28 7.76 57.19 -
YUV 72.04 201.91 137.25 -
System Red Green Blue C M Y K H S L
Decimal 85 40 203 0.58 0.80 0 0.20 256.56 0.67 0.48
Hex 55 28 CB 3A 50 0 14 101 43 30
Octal 125 50 313 72 120 0 24 401 103 60
Binary 1010101 101000 11001011 111010 1010000 0 10100 100000001 1000011 110000

Color Harmonies of #5528CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5528CB

Black with #5528CB

Text Example


Text Example

White with #5528CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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