Html Css Color HEX #5220CF Purple Heart

📋 copy color: '#5220CF'

red 82 ◦ green 32 ◦ blue 207

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

Shades of Purple Heart #5220CF

Tints of Purple Heart #5220CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 64.49%

R = 25.55%
G = 9.97%
B = 64.49%

CMYK

 C value IS 0.60

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5220CF (or 0x5220CF) is known color: Purple Heart. HEX triplet: 52, 20 and CF. RGB value is (82,32,207). Sum of RGB (Red+Green+Blue) = 82+32+207=321 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.55% from 321); Green value is 32 (12.89% from 255 or 9.97% from 321); Blue value is 207 (81.25% from 255 or 64.49% from 321); Max value from RGB is 207 - color contains mainly: blue. Hex color #5220CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5220CF is #ADDF30. Grayscale: #424242. Windows color (decimal): -11394865 or 13574226. OLE color: 13574226.

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

Color convert

RGB 82 32 207 -
CMYK 0.60 0.85 0 0.19
HSL 257.14º 0.73% 0.47% -
HSV(B) 257.14º 0.85% 0.81% -
XYZ 15.26 7.33 59.64 -
YUV 66.9 207.07 138.77 -
System Red Green Blue C M Y K H S L
Decimal 82 32 207 0.60 0.85 0 0.19 257.14 0.73 0.47
Hex 52 20 CF 3C 55 0 13 101 49 2F
Octal 122 40 317 74 125 0 23 401 111 57
Binary 1010010 100000 11001111 111100 1010101 0 10011 100000001 1001001 101111

Color Harmonies of #5220CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5220CF

Black with #5220CF

Text Example


Text Example

White with #5220CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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