Html Css Color HEX #500653 Hot Purple

📋 copy color: '#500653'

red 80 ◦ green 6 ◦ blue 83

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

Shades of Hot Purple #500653

Tints of Hot Purple #500653

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.55%

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

R = 47.34%
G = 3.55%
B = 49.11%

CMYK

 C value IS 0.04

 M value IS 0.93

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#500653 (or 0x500653) is known color: Hot Purple. HEX triplet: 50, 06 and 53. RGB value is (80,6,83). Sum of RGB (Red+Green+Blue) = 80+6+83=169 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.34% from 169); Green value is 6 (2.73% from 255 or 3.55% from 169); Blue value is 83 (32.81% from 255 or 49.11% from 169); Max value from RGB is 83 - color contains mainly: blue. Hex color #500653 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500653 is #AFF9AC. Grayscale: #242424. Windows color (decimal): -11532717 or 5441104. OLE color: 5441104.

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

Color convert

RGB 80 6 83 -
CMYK 0.04 0.93 0 0.67
HSL 297.66º 0.87% 0.17% -
HSV(B) 297.66º 0.93% 0.33% -
XYZ 4.93 2.46 8.4 -
YUV 36.9 154.02 158.74 -
System Red Green Blue C M Y K H S L
Decimal 80 6 83 0.04 0.93 0 0.67 297.66 0.87 0.17
Hex 50 6 53 4 5D 0 43 12A 57 11
Octal 120 6 123 4 135 0 103 452 127 21
Binary 1010000 110 1010011 100 1011101 0 1000011 100101010 1010111 10001

Color Harmonies of #500653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500653

Black with #500653

Text Example


Text Example

White with #500653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500653; }

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

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

background-color css

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

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

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

border-color css

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

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

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