Html Css Color HEX #500552 Hot Purple

📋 copy color: '#500552'

red 80 ◦ green 5 ◦ blue 82

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

Shades of Hot Purple #500552

Tints of Hot Purple #500552

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.99%

 BLUE value IS 82 (32.42% from 255) = 49.1%

R = 47.9%
G = 2.99%
B = 49.1%

CMYK

 C value IS 0.02

 M value IS 0.94

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#500552 (or 0x500552) is known color: Hot Purple. HEX triplet: 50, 05 and 52. RGB value is (80,5,82). Sum of RGB (Red+Green+Blue) = 80+5+82=167 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.90% from 167); Green value is 5 (2.34% from 255 or 2.99% from 167); Blue value is 82 (32.42% from 255 or 49.10% from 167); Max value from RGB is 82 - color contains mainly: blue. Hex color #500552 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500552 is #AFFAAD. Grayscale: #232323. Windows color (decimal): -11532974 or 5375312. OLE color: 5375312.

HSL color Cylindrical-coordinate representation of color #500552: hue angle of 298.44º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #500552 is Cyan = 0.02, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 80 5 82 -
CMYK 0.02 0.94 0 0.68
HSL 298.44º 0.89% 0.17% -
HSV(B) 298.44º 0.94% 0.32% -
XYZ 4.89 2.42 8.19 -
YUV 36.2 153.85 159.24 -
System Red Green Blue C M Y K H S L
Decimal 80 5 82 0.02 0.94 0 0.68 298.44 0.89 0.17
Hex 50 5 52 2 5E 0 44 12A 59 11
Octal 120 5 122 2 136 0 104 452 131 21
Binary 1010000 101 1010010 10 1011110 0 1000100 100101010 1011001 10001

Color Harmonies of #500552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500552

Black with #500552

Text Example


Text Example

White with #500552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500552; }

 p { color: rgb(80,5,82); }

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

background-color css

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

 a { background-color: rgb(80,5,82); }

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

border-color css

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

 span { border-color: rgb(80,5,82); }

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