Html Css Color HEX #5220CB Purple Heart

📋 copy color: '#5220CB'

red 82 ◦ green 32 ◦ blue 203

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

Shades of Purple Heart #5220CB

Tints of Purple Heart #5220CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 64.04%

R = 25.87%
G = 10.09%
B = 64.04%

CMYK

 C value IS 0.60

 M value IS 0.84

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5220CB (or 0x5220CB) is known color: Purple Heart. HEX triplet: 52, 20 and CB. RGB value is (82,32,203). Sum of RGB (Red+Green+Blue) = 82+32+203=317 (41% of max value = 765). Red value is 82 (32.42% from 255 or 25.87% from 317); Green value is 32 (12.89% from 255 or 10.09% from 317); Blue value is 203 (79.69% from 255 or 64.04% from 317); Max value from RGB is 203 - color contains mainly: blue. Hex color #5220CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5220CB is #ADDF34. Grayscale: #414141. Windows color (decimal): -11394869 or 13312082. OLE color: 13312082.

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

Color convert

RGB 82 32 203 -
CMYK 0.60 0.84 0 0.20
HSL 257.54º 0.73% 0.46% -
HSV(B) 257.54º 0.84% 0.8% -
XYZ 14.78 7.14 57.1 -
YUV 66.44 205.07 139.1 -
System Red Green Blue C M Y K H S L
Decimal 82 32 203 0.60 0.84 0 0.20 257.54 0.73 0.46
Hex 52 20 CB 3C 54 0 14 102 49 2E
Octal 122 40 313 74 124 0 24 402 111 56
Binary 1010010 100000 11001011 111100 1010100 0 10100 100000010 1001001 101110

Color Harmonies of #5220CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5220CB

Black with #5220CB

Text Example


Text Example

White with #5220CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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