Html Css Color HEX #500358 Hot Purple

📋 copy color: '#500358'

red 80 ◦ green 3 ◦ blue 88

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

Shades of Hot Purple #500358

Tints of Hot Purple #500358

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.75%

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

R = 46.78%
G = 1.75%
B = 51.46%

CMYK

 C value IS 0.09

 M value IS 0.97

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#500358 (or 0x500358) is known color: Hot Purple. HEX triplet: 50, 03 and 58. RGB value is (80,3,88). Sum of RGB (Red+Green+Blue) = 80+3+88=171 (22% of max value = 765). Red value is 80 (31.64% from 255 or 46.78% from 171); Green value is 3 (1.56% from 255 or 1.75% from 171); Blue value is 88 (34.77% from 255 or 51.46% from 171); Max value from RGB is 88 - color contains mainly: blue. Hex color #500358 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500358 is #AFFCA7. Grayscale: #232323. Windows color (decimal): -11533480 or 5768016. OLE color: 5768016.

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

Color convert

RGB 80 3 88 -
CMYK 0.09 0.97 0 0.65
HSL 294.35º 0.93% 0.18% -
HSV(B) 294.35º 0.97% 0.35% -
XYZ 5.1 2.48 9.44 -
YUV 35.71 157.51 159.59 -
System Red Green Blue C M Y K H S L
Decimal 80 3 88 0.09 0.97 0 0.65 294.35 0.93 0.18
Hex 50 3 58 9 61 0 41 126 5D 12
Octal 120 3 130 11 141 0 101 446 135 22
Binary 1010000 11 1011000 1001 1100001 0 1000001 100100110 1011101 10010

Color Harmonies of #500358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500358

Black with #500358

Text Example


Text Example

White with #500358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500358; }

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

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

background-color css

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

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

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

border-color css

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

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

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