Html Css Color HEX #500F52 Hot Purple

📋 copy color: '#500F52'

red 80 ◦ green 15 ◦ blue 82

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

Shades of Hot Purple #500F52

Tints of Hot Purple #500F52

RGB

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

 GREEN value IS 15 (6.25% from 255) = 8.47%

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

R = 45.2%
G = 8.47%
B = 46.33%

CMYK

 C value IS 0.02

 M value IS 0.82

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#500F52 (or 0x500F52) is known color: Hot Purple. HEX triplet: 50, 0F and 52. RGB value is (80,15,82). Sum of RGB (Red+Green+Blue) = 80+15+82=177 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.20% from 177); Green value is 15 (6.25% from 255 or 8.47% from 177); Blue value is 82 (32.42% from 255 or 46.33% from 177); Max value from RGB is 82 - color contains mainly: blue. Hex color #500F52 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500F52 is #AFF0AD. Grayscale: #292929. Windows color (decimal): -11530414 or 5377872. OLE color: 5377872.

HSL color Cylindrical-coordinate representation of color #500F52: hue angle of 298.21º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #500F52 is Cyan = 0.02, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 80 15 82 -
CMYK 0.02 0.82 0 0.68
HSL 298.21º 0.69% 0.19% -
HSV(B) 298.21º 0.82% 0.32% -
XYZ 5 2.66 8.23 -
YUV 42.07 150.53 155.05 -
System Red Green Blue C M Y K H S L
Decimal 80 15 82 0.02 0.82 0 0.68 298.21 0.69 0.19
Hex 50 F 52 2 52 0 44 12A 45 13
Octal 120 17 122 2 122 0 104 452 105 23
Binary 1010000 1111 1010010 10 1010010 0 1000100 100101010 1000101 10011

Color Harmonies of #500F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500F52

Black with #500F52

Text Example


Text Example

White with #500F52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500F52; }

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

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

background-color css

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

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

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

border-color css

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

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

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