Html Css Color HEX #500253 Hot Purple

📋 copy color: '#500253'

red 80 ◦ green 2 ◦ blue 83

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

Shades of Hot Purple #500253

Tints of Hot Purple #500253

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.21%

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

R = 48.48%
G = 1.21%
B = 50.3%

CMYK

 C value IS 0.04

 M value IS 0.98

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#500253 (or 0x500253) is known color: Hot Purple. HEX triplet: 50, 02 and 53. RGB value is (80,2,83). Sum of RGB (Red+Green+Blue) = 80+2+83=165 (21% of max value = 765). Red value is 80 (31.64% from 255 or 48.48% from 165); Green value is 2 (1.17% from 255 or 1.21% from 165); Blue value is 83 (32.81% from 255 or 50.30% from 165); Max value from RGB is 83 - color contains mainly: blue. Hex color #500253 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500253 is #AFFDAC. Grayscale: #222222. Windows color (decimal): -11533741 or 5440080. OLE color: 5440080.

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

Color convert

RGB 80 2 83 -
CMYK 0.04 0.98 0 0.67
HSL 297.78º 0.95% 0.17% -
HSV(B) 297.78º 0.98% 0.33% -
XYZ 4.89 2.37 8.38 -
YUV 34.56 155.34 160.41 -
System Red Green Blue C M Y K H S L
Decimal 80 2 83 0.04 0.98 0 0.67 297.78 0.95 0.17
Hex 50 2 53 4 62 0 43 12A 5F 11
Octal 120 2 123 4 142 0 103 452 137 21
Binary 1010000 10 1010011 100 1100010 0 1000011 100101010 1011111 10001

Color Harmonies of #500253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500253

Black with #500253

Text Example


Text Example

White with #500253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500253; }

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

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

background-color css

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

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

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

border-color css

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

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

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