Html Css Color HEX #500953 Hot Purple

📋 copy color: '#500953'

red 80 ◦ green 9 ◦ blue 83

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

Shades of Hot Purple #500953

Tints of Hot Purple #500953

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.23%

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

R = 46.51%
G = 5.23%
B = 48.26%

CMYK

 C value IS 0.04

 M value IS 0.89

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#500953 (or 0x500953) is known color: Hot Purple. HEX triplet: 50, 09 and 53. RGB value is (80,9,83). Sum of RGB (Red+Green+Blue) = 80+9+83=172 (22% of max value = 765). Red value is 80 (31.64% from 255 or 46.51% from 172); Green value is 9 (3.91% from 255 or 5.23% from 172); Blue value is 83 (32.81% from 255 or 48.26% from 172); Max value from RGB is 83 - color contains mainly: blue. Hex color #500953 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500953 is #AFF6AC. Grayscale: #262626. Windows color (decimal): -11531949 or 5441872. OLE color: 5441872.

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

Color convert

RGB 80 9 83 -
CMYK 0.04 0.89 0 0.67
HSL 297.57º 0.8% 0.18% -
HSV(B) 297.57º 0.89% 0.33% -
XYZ 4.97 2.53 8.41 -
YUV 38.67 153.02 157.48 -
System Red Green Blue C M Y K H S L
Decimal 80 9 83 0.04 0.89 0 0.67 297.57 0.8 0.18
Hex 50 9 53 4 59 0 43 12A 50 12
Octal 120 11 123 4 131 0 103 452 120 22
Binary 1010000 1001 1010011 100 1011001 0 1000011 100101010 1010000 10010

Color Harmonies of #500953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500953

Black with #500953

Text Example


Text Example

White with #500953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500953; }

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

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

background-color css

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

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

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

border-color css

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

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

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