Html Css Color HEX #5020CB Purple Heart

📋 copy color: '#5020CB'

red 80 ◦ green 32 ◦ blue 203

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

Shades of Purple Heart #5020CB

Tints of Purple Heart #5020CB

RGB

 RED value IS 80 (31.64% from 255) = 25.4%

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

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

R = 25.4%
G = 10.16%
B = 64.44%

CMYK

 C value IS 0.61

 M value IS 0.84

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5020CB (or 0x5020CB) is known color: Purple Heart. HEX triplet: 50, 20 and CB. RGB value is (80,32,203). Sum of RGB (Red+Green+Blue) = 80+32+203=315 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.40% from 315); Green value is 32 (12.89% from 255 or 10.16% from 315); Blue value is 203 (79.69% from 255 or 64.44% from 315); Max value from RGB is 203 - color contains mainly: blue. Hex color #5020CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5020CB is #AFDF34. Grayscale: #414141. Windows color (decimal): -11525941 or 13312080. OLE color: 13312080.

HSL color Cylindrical-coordinate representation of color #5020CB: hue angle of 256.84º 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 #5020CB is Cyan = 0.61, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 80 32 203 -
CMYK 0.61 0.84 0 0.20
HSL 256.84º 0.73% 0.46% -
HSV(B) 256.84º 0.84% 0.8% -
XYZ 14.6 7.05 57.09 -
YUV 65.85 205.4 138.1 -
System Red Green Blue C M Y K H S L
Decimal 80 32 203 0.61 0.84 0 0.20 256.84 0.73 0.46
Hex 50 20 CB 3D 54 0 14 101 49 2E
Octal 120 40 313 75 124 0 24 401 111 56
Binary 1010000 100000 11001011 111101 1010100 0 10100 100000001 1001001 101110

Color Harmonies of #5020CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5020CB

Black with #5020CB

Text Example


Text Example

White with #5020CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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