Html Css Color HEX #503554 Hot Purple

📋 copy color: '#503554'

red 80 ◦ green 53 ◦ blue 84

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

Shades of Hot Purple #503554

Tints of Hot Purple #503554

RGB

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

 GREEN value IS 53 (21.09% from 255) = 24.42%

 BLUE value IS 84 (33.2% from 255) = 38.71%

R = 36.87%
G = 24.42%
B = 38.71%

CMYK

 C value IS 0.05

 M value IS 0.37

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#503554 (or 0x503554) is known color: Hot Purple. HEX triplet: 50, 35 and 54. RGB value is (80,53,84). Sum of RGB (Red+Green+Blue) = 80+53+84=217 (28% of max value = 765). Red value is 80 (31.64% from 255 or 36.87% from 217); Green value is 53 (21.09% from 255 or 24.42% from 217); Blue value is 84 (33.20% from 255 or 38.71% from 217); Max value from RGB is 84 - color contains mainly: blue. Hex color #503554 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503554 is #AFCAAB. Grayscale: #404040. Windows color (decimal): -11520684 or 5518672. OLE color: 5518672.

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

Color convert

RGB 80 53 84 -
CMYK 0.05 0.37 0 0.67
HSL 292.26º 0.23% 0.27% -
HSV(B) 292.26º 0.37% 0.33% -
XYZ 6.18 4.89 9.01 -
YUV 64.61 138.95 138.98 -
System Red Green Blue C M Y K H S L
Decimal 80 53 84 0.05 0.37 0 0.67 292.26 0.23 0.27
Hex 50 35 54 5 25 0 43 124 17 1B
Octal 120 65 124 5 45 0 103 444 27 33
Binary 1010000 110101 1010100 101 100101 0 1000011 100100100 10111 11011

Color Harmonies of #503554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503554

Black with #503554

Text Example


Text Example

White with #503554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503554; }

 p { color: rgb(80,53,84); }

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

background-color css

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

 a { background-color: rgb(80,53,84); }

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

border-color css

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

 span { border-color: rgb(80,53,84); }

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