Html Css Color HEX #5520CC Purple Heart

📋 copy color: '#5520CC'

red 85 ◦ green 32 ◦ blue 204

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

Shades of Purple Heart #5520CC

Tints of Purple Heart #5520CC

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.97%

 BLUE value IS 204 (80.08% from 255) = 63.55%

R = 26.48%
G = 9.97%
B = 63.55%

CMYK

 C value IS 0.58

 M value IS 0.84

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5520CC (or 0x5520CC) is known color: Purple Heart. HEX triplet: 55, 20 and CC. RGB value is (85,32,204). Sum of RGB (Red+Green+Blue) = 85+32+204=321 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.48% from 321); Green value is 32 (12.89% from 255 or 9.97% from 321); Blue value is 204 (80.08% from 255 or 63.55% from 321); Max value from RGB is 204 - color contains mainly: blue. Hex color #5520CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5520CC is #AADF33. Grayscale: #424242. Windows color (decimal): -11198260 or 13377621. OLE color: 13377621.

HSL color Cylindrical-coordinate representation of color #5520CC: hue angle of 258.49º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5520CC is Cyan = 0.58, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 85 32 204 -
CMYK 0.58 0.84 0 0.2
HSL 258.49º 0.73% 0.46% -
HSV(B) 258.49º 0.84% 0.8% -
XYZ 15.16 7.32 57.74 -
YUV 67.46 205.06 140.51 -
System Red Green Blue C M Y K H S L
Decimal 85 32 204 0.58 0.84 0 0.2 258.49 0.73 0.46
Hex 55 20 CC 3A 54 0 14 102 49 2E
Octal 125 40 314 72 124 0 24 402 111 56
Binary 1010101 100000 11001100 111010 1010100 0 10100 100000010 1001001 101110

Color Harmonies of #5520CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5520CC

Black with #5520CC

Text Example


Text Example

White with #5520CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5520CC; }

 p { color: rgb(85,32,204); }

 H1.HeaderClassName
 {
   color: #5520CC;
 }
 .AnyTagClassName
 {
   color: #5520CC;
 }
</style>

background-color css

<style>
 a { background-color: #5520CC; }

 a { background-color: rgb(85,32,204); }

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

border-color css

<style>
 span { border-color: #5520CC; }

 span { border-color: rgb(85,32,204); }

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