Html Css Color HEX #5224CA Purple Heart

📋 copy color: '#5224CA'

red 82 ◦ green 36 ◦ blue 202

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

Shades of Purple Heart #5224CA

Tints of Purple Heart #5224CA

RGB

 RED value IS 82 (32.42% from 255) = 25.63%

 GREEN value IS 36 (14.45% from 255) = 11.25%

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

R = 25.63%
G = 11.25%
B = 63.13%

CMYK

 C value IS 0.59

 M value IS 0.82

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5224CA (or 0x5224CA) is known color: Purple Heart. HEX triplet: 52, 24 and CA. RGB value is (82,36,202). Sum of RGB (Red+Green+Blue) = 82+36+202=320 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.62% from 320); Green value is 36 (14.45% from 255 or 11.25% 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 #5224CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5224CA is #ADDB35. Grayscale: #444444. Windows color (decimal): -11393846 or 13247570. OLE color: 13247570.

HSL color Cylindrical-coordinate representation of color #5224CA: hue angle of 256.63º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5224CA is Cyan = 0.59, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 82 36 202 -
CMYK 0.59 0.82 0 0.21
HSL 256.63º 0.7% 0.47% -
HSV(B) 256.63º 0.82% 0.79% -
XYZ 14.77 7.32 56.51 -
YUV 68.68 203.24 137.5 -
System Red Green Blue C M Y K H S L
Decimal 82 36 202 0.59 0.82 0 0.21 256.63 0.7 0.47
Hex 52 24 CA 3B 52 0 15 101 46 2F
Octal 122 44 312 73 122 0 25 401 106 57
Binary 1010010 100100 11001010 111011 1010010 0 10101 100000001 1000110 101111

Color Harmonies of #5224CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5224CA

Black with #5224CA

Text Example


Text Example

White with #5224CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,36,202); }

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

background-color css

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

 a { background-color: rgb(82,36,202); }

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

border-color css

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

 span { border-color: rgb(82,36,202); }

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