Html Css Color HEX #501B52 Hot Purple

📋 copy color: '#501B52'

red 80 ◦ green 27 ◦ blue 82

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

Shades of Hot Purple #501B52

Tints of Hot Purple #501B52

RGB

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

 GREEN value IS 27 (10.94% from 255) = 14.29%

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

R = 42.33%
G = 14.29%
B = 43.39%

CMYK

 C value IS 0.02

 M value IS 0.67

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#501B52 (or 0x501B52) is known color: Hot Purple. HEX triplet: 50, 1B and 52. RGB value is (80,27,82). Sum of RGB (Red+Green+Blue) = 80+27+82=189 (25% of max value = 765). Red value is 80 (31.64% from 255 or 42.33% from 189); Green value is 27 (10.94% from 255 or 14.29% from 189); Blue value is 82 (32.42% from 255 or 43.39% from 189); Max value from RGB is 82 - color contains mainly: blue. Hex color #501B52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #501B52 is #AFE4AD. Grayscale: #303030. Windows color (decimal): -11527342 or 5380944. OLE color: 5380944.

HSL color Cylindrical-coordinate representation of color #501B52: hue angle of 297.82º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #501B52 is Cyan = 0.02, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 80 27 82 -
CMYK 0.02 0.67 0 0.68
HSL 297.82º 0.5% 0.21% -
HSV(B) 297.82º 0.67% 0.32% -
XYZ 5.22 3.1 8.31 -
YUV 49.12 146.56 150.03 -
System Red Green Blue C M Y K H S L
Decimal 80 27 82 0.02 0.67 0 0.68 297.82 0.5 0.21
Hex 50 1B 52 2 43 0 44 12A 32 15
Octal 120 33 122 2 103 0 104 452 62 25
Binary 1010000 11011 1010010 10 1000011 0 1000100 100101010 110010 10101

Color Harmonies of #501B52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501B52

Black with #501B52

Text Example


Text Example

White with #501B52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501B52; }

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

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

background-color css

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

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

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

border-color css

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

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

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