Html Css Color HEX #500453 Hot Purple

📋 copy color: '#500453'

red 80 ◦ green 4 ◦ blue 83

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

Shades of Hot Purple #500453

Tints of Hot Purple #500453

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.4%

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

R = 47.9%
G = 2.4%
B = 49.7%

CMYK

 C value IS 0.04

 M value IS 0.95

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#500453 (or 0x500453) is known color: Hot Purple. HEX triplet: 50, 04 and 53. RGB value is (80,4,83). Sum of RGB (Red+Green+Blue) = 80+4+83=167 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.90% from 167); Green value is 4 (1.95% from 255 or 2.40% from 167); Blue value is 83 (32.81% from 255 or 49.70% from 167); Max value from RGB is 83 - color contains mainly: blue. Hex color #500453 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500453 is #AFFBAC. Grayscale: #232323. Windows color (decimal): -11533229 or 5440592. OLE color: 5440592.

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

Color convert

RGB 80 4 83 -
CMYK 0.04 0.95 0 0.67
HSL 297.72º 0.91% 0.17% -
HSV(B) 297.72º 0.95% 0.33% -
XYZ 4.91 2.42 8.39 -
YUV 35.73 154.68 159.58 -
System Red Green Blue C M Y K H S L
Decimal 80 4 83 0.04 0.95 0 0.67 297.72 0.91 0.17
Hex 50 4 53 4 5F 0 43 12A 5B 11
Octal 120 4 123 4 137 0 103 452 133 21
Binary 1010000 100 1010011 100 1011111 0 1000011 100101010 1011011 10001

Color Harmonies of #500453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500453

Black with #500453

Text Example


Text Example

White with #500453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500453; }

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

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

background-color css

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

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

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

border-color css

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

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

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