Html Css Color HEX #503453 Hot Purple

📋 copy color: '#503453'

red 80 ◦ green 52 ◦ blue 83

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

Shades of Hot Purple #503453

Tints of Hot Purple #503453

RGB

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

 GREEN value IS 52 (20.7% from 255) = 24.19%

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

R = 37.21%
G = 24.19%
B = 38.6%

CMYK

 C value IS 0.04

 M value IS 0.37

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#503453 (or 0x503453) is known color: Hot Purple. HEX triplet: 50, 34 and 53. RGB value is (80,52,83). Sum of RGB (Red+Green+Blue) = 80+52+83=215 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.21% from 215); Green value is 52 (20.70% from 255 or 24.19% from 215); Blue value is 83 (32.81% from 255 or 38.60% from 215); Max value from RGB is 83 - color contains mainly: blue. Hex color #503453 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503453 is #AFCBAC. Grayscale: #3F3F3F. Windows color (decimal): -11520941 or 5452880. OLE color: 5452880.

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

Color convert

RGB 80 52 83 -
CMYK 0.04 0.37 0 0.67
HSL 294.19º 0.23% 0.26% -
HSV(B) 294.19º 0.37% 0.33% -
XYZ 6.1 4.79 8.79 -
YUV 63.91 138.78 139.48 -
System Red Green Blue C M Y K H S L
Decimal 80 52 83 0.04 0.37 0 0.67 294.19 0.23 0.26
Hex 50 34 53 4 25 0 43 126 17 1A
Octal 120 64 123 4 45 0 103 446 27 32
Binary 1010000 110100 1010011 100 100101 0 1000011 100100110 10111 11010

Color Harmonies of #503453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503453

Black with #503453

Text Example


Text Example

White with #503453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503453; }

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

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

background-color css

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

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

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

border-color css

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

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

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