Html Css Color HEX #502953 Hot Purple

📋 copy color: '#502953'

red 80 ◦ green 41 ◦ blue 83

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

Shades of Hot Purple #502953

Tints of Hot Purple #502953

RGB

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

 GREEN value IS 41 (16.41% from 255) = 20.1%

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

R = 39.22%
G = 20.1%
B = 40.69%

CMYK

 C value IS 0.04

 M value IS 0.51

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#502953 (or 0x502953) is known color: Hot Purple. HEX triplet: 50, 29 and 53. RGB value is (80,41,83). Sum of RGB (Red+Green+Blue) = 80+41+83=204 (27% of max value = 765). Red value is 80 (31.64% from 255 or 39.22% from 204); Green value is 41 (16.41% from 255 or 20.10% from 204); Blue value is 83 (32.81% from 255 or 40.69% from 204); Max value from RGB is 83 - color contains mainly: blue. Hex color #502953 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502953 is #AFD6AC. Grayscale: #393939. Windows color (decimal): -11523757 or 5450064. OLE color: 5450064.

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

Color convert

RGB 80 41 83 -
CMYK 0.04 0.51 0 0.67
HSL 295.71º 0.34% 0.24% -
HSV(B) 295.71º 0.51% 0.33% -
XYZ 5.66 3.92 8.64 -
YUV 57.45 142.42 144.08 -
System Red Green Blue C M Y K H S L
Decimal 80 41 83 0.04 0.51 0 0.67 295.71 0.34 0.24
Hex 50 29 53 4 33 0 43 128 22 18
Octal 120 51 123 4 63 0 103 450 42 30
Binary 1010000 101001 1010011 100 110011 0 1000011 100101000 100010 11000

Color Harmonies of #502953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502953

Black with #502953

Text Example


Text Example

White with #502953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502953; }

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

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

background-color css

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

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

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

border-color css

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

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

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