Html Css Color HEX #5521CA Purple Heart

📋 copy color: '#5521CA'

red 85 ◦ green 33 ◦ blue 202

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

Shades of Purple Heart #5521CA

Tints of Purple Heart #5521CA

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.31%

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

R = 26.56%
G = 10.31%
B = 63.13%

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

#5521CA (or 0x5521CA) is known color: Purple Heart. HEX triplet: 55, 21 and CA. RGB value is (85,33,202). Sum of RGB (Red+Green+Blue) = 85+33+202=320 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.56% from 320); Green value is 33 (13.28% from 255 or 10.31% from 320); Blue value is 202 (79.30% from 255 or 63.12% from 320); Max value from RGB is 202 - color contains mainly: blue. Hex color #5521CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5521CA is #AADE35. Grayscale: #434343. Windows color (decimal): -11198006 or 13246805. OLE color: 13246805.

HSL color Cylindrical-coordinate representation of color #5521CA: hue angle of 258.46º degrees, saturation: 0.72, 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 #5521CA is Cyan = 0.58, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 85 33 202 -
CMYK 0.58 0.84 0 0.21
HSL 258.46º 0.72% 0.46% -
HSV(B) 258.46º 0.84% 0.79% -
XYZ 14.95 7.28 56.49 -
YUV 67.81 203.73 140.26 -
System Red Green Blue C M Y K H S L
Decimal 85 33 202 0.58 0.84 0 0.21 258.46 0.72 0.46
Hex 55 21 CA 3A 54 0 15 102 48 2E
Octal 125 41 312 72 124 0 25 402 110 56
Binary 1010101 100001 11001010 111010 1010100 0 10101 100000010 1001000 101110

Color Harmonies of #5521CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5521CA

Black with #5521CA

Text Example


Text Example

White with #5521CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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