Html Css Color HEX #5528CA Purple Heart

📋 copy color: '#5528CA'

red 85 ◦ green 40 ◦ blue 202

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

Shades of Purple Heart #5528CA

Tints of Purple Heart #5528CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 61.77%

R = 25.99%
G = 12.23%
B = 61.77%

CMYK

 C value IS 0.58

 M value IS 0.80

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5528CA (or 0x5528CA) is known color: Purple Heart. HEX triplet: 55, 28 and CA. RGB value is (85,40,202). Sum of RGB (Red+Green+Blue) = 85+40+202=327 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.99% from 327); Green value is 40 (16.02% from 255 or 12.23% from 327); Blue value is 202 (79.30% from 255 or 61.77% from 327); Max value from RGB is 202 - color contains mainly: blue. Hex color #5528CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5528CA is #AAD735. Grayscale: #474747. Windows color (decimal): -11196214 or 13248597. OLE color: 13248597.

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

Color convert

RGB 85 40 202 -
CMYK 0.58 0.80 0 0.21
HSL 256.67º 0.67% 0.47% -
HSV(B) 256.67º 0.8% 0.79% -
XYZ 15.17 7.71 56.57 -
YUV 71.92 201.41 137.33 -
System Red Green Blue C M Y K H S L
Decimal 85 40 202 0.58 0.80 0 0.21 256.67 0.67 0.47
Hex 55 28 CA 3A 50 0 15 101 43 2F
Octal 125 50 312 72 120 0 25 401 103 57
Binary 1010101 101000 11001010 111010 1010000 0 10101 100000001 1000011 101111

Color Harmonies of #5528CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5528CA

Black with #5528CA

Text Example


Text Example

White with #5528CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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