Html Css Color HEX #503755 Hot Purple

📋 copy color: '#503755'

red 80 ◦ green 55 ◦ blue 85

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

Shades of Hot Purple #503755

Tints of Hot Purple #503755

RGB

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

 GREEN value IS 55 (21.88% from 255) = 25%

 BLUE value IS 85 (33.59% from 255) = 38.64%

R = 36.36%
G = 25%
B = 38.64%

CMYK

 C value IS 0.06

 M value IS 0.35

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#503755 (or 0x503755) is known color: Hot Purple. HEX triplet: 50, 37 and 55. RGB value is (80,55,85). Sum of RGB (Red+Green+Blue) = 80+55+85=220 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.36% from 220); Green value is 55 (21.88% from 255 or 25% from 220); Blue value is 85 (33.59% from 255 or 38.64% from 220); Max value from RGB is 85 - color contains mainly: blue. Hex color #503755 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503755 is #AFC8AA. Grayscale: #414141. Windows color (decimal): -11520171 or 5584720. OLE color: 5584720.

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

Color convert

RGB 80 55 85 -
CMYK 0.06 0.35 0 0.67
HSL 290º 0.21% 0.27% -
HSV(B) 290º 0.35% 0.33% -
XYZ 6.31 5.09 9.24 -
YUV 65.9 138.78 138.06 -
System Red Green Blue C M Y K H S L
Decimal 80 55 85 0.06 0.35 0 0.67 290 0.21 0.27
Hex 50 37 55 6 23 0 43 122 15 1B
Octal 120 67 125 6 43 0 103 442 25 33
Binary 1010000 110111 1010101 110 100011 0 1000011 100100010 10101 11011

Color Harmonies of #503755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503755

Black with #503755

Text Example


Text Example

White with #503755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503755; }

 p { color: rgb(80,55,85); }

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

background-color css

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

 a { background-color: rgb(80,55,85); }

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

border-color css

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

 span { border-color: rgb(80,55,85); }

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