Html Css Color HEX #5520CA Purple Heart

📋 copy color: '#5520CA'

red 85 ◦ green 32 ◦ blue 202

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

Shades of Purple Heart #5520CA

Tints of Purple Heart #5520CA

RGB

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

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

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

R = 26.65%
G = 10.03%
B = 63.32%

CMYK

 C value IS 0.58

 M value IS 0.84

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5520CA (or 0x5520CA) is known color: Purple Heart. HEX triplet: 55, 20 and CA. RGB value is (85,32,202). Sum of RGB (Red+Green+Blue) = 85+32+202=319 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.65% from 319); Green value is 32 (12.89% from 255 or 10.03% from 319); Blue value is 202 (79.30% from 255 or 63.32% from 319); Max value from RGB is 202 - color contains mainly: blue. Hex color #5520CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5520CA is #AADF35. Grayscale: #424242. Windows color (decimal): -11198262 or 13246549. OLE color: 13246549.

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

Color convert

RGB 85 32 202 -
CMYK 0.58 0.84 0 0.21
HSL 258.71º 0.73% 0.46% -
HSV(B) 258.71º 0.84% 0.79% -
XYZ 14.92 7.23 56.49 -
YUV 67.23 204.06 140.68 -
System Red Green Blue C M Y K H S L
Decimal 85 32 202 0.58 0.84 0 0.21 258.71 0.73 0.46
Hex 55 20 CA 3A 54 0 15 103 49 2E
Octal 125 40 312 72 124 0 25 403 111 56
Binary 1010101 100000 11001010 111010 1010100 0 10101 100000011 1001001 101110

Color Harmonies of #5520CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5520CA

Black with #5520CA

Text Example


Text Example

White with #5520CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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