Html Css Color HEX #501653 Hot Purple

📋 copy color: '#501653'

red 80 ◦ green 22 ◦ blue 83

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

Shades of Hot Purple #501653

Tints of Hot Purple #501653

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11.89%

 BLUE value IS 83 (32.81% from 255) = 44.86%

R = 43.24%
G = 11.89%
B = 44.86%

CMYK

 C value IS 0.04

 M value IS 0.73

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#501653 (or 0x501653) is known color: Hot Purple. HEX triplet: 50, 16 and 53. RGB value is (80,22,83). Sum of RGB (Red+Green+Blue) = 80+22+83=185 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.24% from 185); Green value is 22 (8.98% from 255 or 11.89% from 185); Blue value is 83 (32.81% from 255 or 44.86% from 185); Max value from RGB is 83 - color contains mainly: blue. Hex color #501653 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501653 is #AFE9AC. Grayscale: #2E2E2E. Windows color (decimal): -11528621 or 5445200. OLE color: 5445200.

HSL color Cylindrical-coordinate representation of color #501653: hue angle of 297.05º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #501653 is Cyan = 0.04, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 80 22 83 -
CMYK 0.04 0.73 0 0.67
HSL 297.05º 0.58% 0.21% -
HSV(B) 297.05º 0.73% 0.33% -
XYZ 5.16 2.9 8.47 -
YUV 46.3 148.72 152.04 -
System Red Green Blue C M Y K H S L
Decimal 80 22 83 0.04 0.73 0 0.67 297.05 0.58 0.21
Hex 50 16 53 4 49 0 43 129 3A 15
Octal 120 26 123 4 111 0 103 451 72 25
Binary 1010000 10110 1010011 100 1001001 0 1000011 100101001 111010 10101

Color Harmonies of #501653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501653

Black with #501653

Text Example


Text Example

White with #501653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501653; }

 p { color: rgb(80,22,83); }

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

background-color css

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

 a { background-color: rgb(80,22,83); }

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

border-color css

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

 span { border-color: rgb(80,22,83); }

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