Html Css Color HEX #502558 Hot Purple

📋 copy color: '#502558'

red 80 ◦ green 37 ◦ blue 88

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

Shades of Hot Purple #502558

Tints of Hot Purple #502558

RGB

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

 GREEN value IS 37 (14.84% from 255) = 18.05%

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

R = 39.02%
G = 18.05%
B = 42.93%

CMYK

 C value IS 0.09

 M value IS 0.58

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#502558 (or 0x502558) is known color: Hot Purple. HEX triplet: 50, 25 and 58. RGB value is (80,37,88). Sum of RGB (Red+Green+Blue) = 80+37+88=205 (27% of max value = 765). Red value is 80 (31.64% from 255 or 39.02% from 205); Green value is 37 (14.84% from 255 or 18.05% from 205); Blue value is 88 (34.77% from 255 or 42.93% from 205); Max value from RGB is 88 - color contains mainly: blue. Hex color #502558 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502558 is #AFDAA7. Grayscale: #373737. Windows color (decimal): -11524776 or 5776720. OLE color: 5776720.

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

Color convert

RGB 80 37 88 -
CMYK 0.09 0.58 0 0.65
HSL 290.59º 0.41% 0.25% -
HSV(B) 290.59º 0.58% 0.35% -
XYZ 5.73 3.73 9.65 -
YUV 55.67 146.25 145.35 -
System Red Green Blue C M Y K H S L
Decimal 80 37 88 0.09 0.58 0 0.65 290.59 0.41 0.25
Hex 50 25 58 9 3A 0 41 123 29 19
Octal 120 45 130 11 72 0 101 443 51 31
Binary 1010000 100101 1011000 1001 111010 0 1000001 100100011 101001 11001

Color Harmonies of #502558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502558

Black with #502558

Text Example


Text Example

White with #502558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502558; }

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

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

background-color css

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

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

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

border-color css

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

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

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