Html Css Color HEX #500053 Hot Purple

📋 copy color: '#500053'

red 80 ◦ green 0 ◦ blue 83

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

Shades of Hot Purple #500053

Tints of Hot Purple #500053

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 49.08%
G = 0%
B = 50.92%

CMYK

 C value IS 0.04

 M value IS 1

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#500053 (or 0x500053) is known color: Hot Purple. HEX triplet: 50, 00 and 53. RGB value is (80,0,83). Sum of RGB (Red+Green+Blue) = 80+0+83=163 (21% of max value = 765). Red value is 80 (31.64% from 255 or 49.08% from 163); Green value is 0 (0.39% from 255 or 0% from 163); Blue value is 83 (32.81% from 255 or 50.92% from 163); Max value from RGB is 83 - color contains mainly: blue. Hex color #500053 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500053 is #AFFFAC. Grayscale: #212121. Windows color (decimal): -11534253 or 5439568. OLE color: 5439568.

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

Color convert

RGB 80 0 83 -
CMYK 0.04 1 0 0.67
HSL 297.83º 1% 0.16% -
HSV(B) 297.83º 1% 0.33% -
XYZ 4.87 2.33 8.38 -
YUV 33.38 156 161.25 -
System Red Green Blue C M Y K H S L
Decimal 80 0 83 0.04 1 0 0.67 297.83 1 0.16
Hex 50 0 53 4 64 0 43 12A 64 10
Octal 120 0 123 4 144 0 103 452 144 20
Binary 1010000 0 1010011 100 1100100 0 1000011 100101010 1100100 10000

Color Harmonies of #500053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500053

Black with #500053

Text Example


Text Example

White with #500053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500053; }

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

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

background-color css

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

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

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

border-color css

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

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

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