Html Css Color HEX #5220CE Purple Heart

📋 copy color: '#5220CE'

red 82 ◦ green 32 ◦ blue 206

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

Shades of Purple Heart #5220CE

Tints of Purple Heart #5220CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 64.38%

R = 25.63%
G = 10%
B = 64.38%

CMYK

 C value IS 0.60

 M value IS 0.84

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5220CE (or 0x5220CE) is known color: Purple Heart. HEX triplet: 52, 20 and CE. RGB value is (82,32,206). Sum of RGB (Red+Green+Blue) = 82+32+206=320 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.62% from 320); Green value is 32 (12.89% from 255 or 10% from 320); Blue value is 206 (80.86% from 255 or 64.38% from 320); Max value from RGB is 206 - color contains mainly: blue. Hex color #5220CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5220CE is #ADDF31. Grayscale: #424242. Windows color (decimal): -11394866 or 13508690. OLE color: 13508690.

HSL color Cylindrical-coordinate representation of color #5220CE: hue angle of 257.24º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5220CE is Cyan = 0.60, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 82 32 206 -
CMYK 0.60 0.84 0 0.19
HSL 257.24º 0.73% 0.47% -
HSV(B) 257.24º 0.84% 0.81% -
XYZ 15.14 7.28 59 -
YUV 66.79 206.57 138.85 -
System Red Green Blue C M Y K H S L
Decimal 82 32 206 0.60 0.84 0 0.19 257.24 0.73 0.47
Hex 52 20 CE 3C 54 0 13 101 49 2F
Octal 122 40 316 74 124 0 23 401 111 57
Binary 1010010 100000 11001110 111100 1010100 0 10011 100000001 1001001 101111

Color Harmonies of #5220CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5220CE

Black with #5220CE

Text Example


Text Example

White with #5220CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5220CE; }

 p { color: rgb(82,32,206); }

 H1.HeaderClassName
 {
   color: #5220CE;
 }
 .AnyTagClassName
 {
   color: #5220CE;
 }
</style>

background-color css

<style>
 a { background-color: #5220CE; }

 a { background-color: rgb(82,32,206); }

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

border-color css

<style>
 span { border-color: #5220CE; }

 span { border-color: rgb(82,32,206); }

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