Html Css Color HEX #501B5C Hot Purple

📋 copy color: '#501B5C'

red 80 ◦ green 27 ◦ blue 92

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

Shades of Hot Purple #501B5C

Tints of Hot Purple #501B5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 46.23%

R = 40.2%
G = 13.57%
B = 46.23%

CMYK

 C value IS 0.13

 M value IS 0.71

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#501B5C (or 0x501B5C) is known color: Hot Purple. HEX triplet: 50, 1B and 5C. RGB value is (80,27,92). Sum of RGB (Red+Green+Blue) = 80+27+92=199 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.20% from 199); Green value is 27 (10.94% from 255 or 13.57% from 199); Blue value is 92 (36.33% from 255 or 46.23% from 199); Max value from RGB is 92 - color contains mainly: blue. Hex color #501B5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #501B5C is #AFE4A3. Grayscale: #323232. Windows color (decimal): -11527332 or 6036304. OLE color: 6036304.

HSL color Cylindrical-coordinate representation of color #501B5C: hue angle of 288.92º degrees, saturation: 0.55, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #501B5C is Cyan = 0.13, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 80 27 92 -
CMYK 0.13 0.71 0 0.64
HSL 288.92º 0.55% 0.23% -
HSV(B) 288.92º 0.71% 0.36% -
XYZ 5.63 3.26 10.46 -
YUV 50.26 151.56 149.21 -
System Red Green Blue C M Y K H S L
Decimal 80 27 92 0.13 0.71 0 0.64 288.92 0.55 0.23
Hex 50 1B 5C D 47 0 40 121 37 17
Octal 120 33 134 15 107 0 100 441 67 27
Binary 1010000 11011 1011100 1101 1000111 0 1000000 100100001 110111 10111

Color Harmonies of #501B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501B5C

Black with #501B5C

Text Example


Text Example

White with #501B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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