Html Css Color HEX #502858 Hot Purple

📋 copy color: '#502858'

red 80 ◦ green 40 ◦ blue 88

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

Shades of Hot Purple #502858

Tints of Hot Purple #502858

RGB

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

 GREEN value IS 40 (16.02% from 255) = 19.23%

 BLUE value IS 88 (34.77% from 255) = 42.31%

R = 38.46%
G = 19.23%
B = 42.31%

CMYK

 C value IS 0.09

 M value IS 0.55

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#502858 (or 0x502858) is known color: Hot Purple. HEX triplet: 50, 28 and 58. RGB value is (80,40,88). Sum of RGB (Red+Green+Blue) = 80+40+88=208 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.46% from 208); Green value is 40 (16.02% from 255 or 19.23% from 208); Blue value is 88 (34.77% from 255 or 42.31% from 208); Max value from RGB is 88 - color contains mainly: blue. Hex color #502858 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502858 is #AFD7A7. Grayscale: #393939. Windows color (decimal): -11524008 or 5777488. OLE color: 5777488.

HSL color Cylindrical-coordinate representation of color #502858: hue angle of 290º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #502858 is Cyan = 0.09, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 80 40 88 -
CMYK 0.09 0.55 0 0.65
HSL 290º 0.38% 0.25% -
HSV(B) 290º 0.55% 0.35% -
XYZ 5.83 3.93 9.68 -
YUV 57.43 145.25 144.1 -
System Red Green Blue C M Y K H S L
Decimal 80 40 88 0.09 0.55 0 0.65 290 0.38 0.25
Hex 50 28 58 9 37 0 41 122 26 19
Octal 120 50 130 11 67 0 101 442 46 31
Binary 1010000 101000 1011000 1001 110111 0 1000001 100100010 100110 11001

Color Harmonies of #502858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502858

Black with #502858

Text Example


Text Example

White with #502858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502858; }

 p { color: rgb(80,40,88); }

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

background-color css

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

 a { background-color: rgb(80,40,88); }

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

border-color css

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

 span { border-color: rgb(80,40,88); }

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