Html Css Color HEX #502D55 Hot Purple

📋 copy color: '#502D55'

red 80 ◦ green 45 ◦ blue 85

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

Shades of Hot Purple #502D55

Tints of Hot Purple #502D55

RGB

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

 GREEN value IS 45 (17.97% from 255) = 21.43%

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

R = 38.1%
G = 21.43%
B = 40.48%

CMYK

 C value IS 0.06

 M value IS 0.47

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#502D55 (or 0x502D55) is known color: Hot Purple. HEX triplet: 50, 2D and 55. RGB value is (80,45,85). Sum of RGB (Red+Green+Blue) = 80+45+85=210 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.10% from 210); Green value is 45 (17.97% from 255 or 21.43% from 210); Blue value is 85 (33.59% from 255 or 40.48% from 210); Max value from RGB is 85 - color contains mainly: blue. Hex color #502D55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502D55 is #AFD2AA. Grayscale: #3B3B3B. Windows color (decimal): -11522731 or 5582160. OLE color: 5582160.

HSL color Cylindrical-coordinate representation of color #502D55: hue angle of 292.5º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #502D55 is Cyan = 0.06, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 80 45 85 -
CMYK 0.06 0.47 0 0.67
HSL 292.5º 0.31% 0.25% -
HSV(B) 292.5º 0.47% 0.33% -
XYZ 5.89 4.24 9.1 -
YUV 60.03 142.1 142.25 -
System Red Green Blue C M Y K H S L
Decimal 80 45 85 0.06 0.47 0 0.67 292.5 0.31 0.25
Hex 50 2D 55 6 2F 0 43 124 1F 19
Octal 120 55 125 6 57 0 103 444 37 31
Binary 1010000 101101 1010101 110 101111 0 1000011 100100100 11111 11001

Color Harmonies of #502D55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502D55

Black with #502D55

Text Example


Text Example

White with #502D55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502D55; }

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

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

background-color css

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

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

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

border-color css

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

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

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