Html Css Color HEX #510858 Hot Purple

📋 copy color: '#510858'

red 81 ◦ green 8 ◦ blue 88

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

Shades of Hot Purple #510858

Tints of Hot Purple #510858

RGB

 RED value IS 81 (32.03% from 255) = 45.76%

 GREEN value IS 8 (3.52% from 255) = 4.52%

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

R = 45.76%
G = 4.52%
B = 49.72%

CMYK

 C value IS 0.08

 M value IS 0.91

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#510858 (or 0x510858) is known color: Hot Purple. HEX triplet: 51, 08 and 58. RGB value is (81,8,88). Sum of RGB (Red+Green+Blue) = 81+8+88=177 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45.76% from 177); Green value is 8 (3.52% from 255 or 4.52% from 177); Blue value is 88 (34.77% from 255 or 49.72% from 177); Max value from RGB is 88 - color contains mainly: blue. Hex color #510858 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510858 is #AEF7A7. Grayscale: #262626. Windows color (decimal): -11466664 or 5769297. OLE color: 5769297.

HSL color Cylindrical-coordinate representation of color #510858: hue angle of 294.75º degrees, saturation: 0.83, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #510858 is Cyan = 0.08, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 81 8 88 -
CMYK 0.08 0.91 0 0.65
HSL 294.75º 0.83% 0.19% -
HSV(B) 294.75º 0.91% 0.35% -
XYZ 5.24 2.63 9.46 -
YUV 38.95 155.68 158 -
System Red Green Blue C M Y K H S L
Decimal 81 8 88 0.08 0.91 0 0.65 294.75 0.83 0.19
Hex 51 8 58 8 5B 0 41 127 53 13
Octal 121 10 130 10 133 0 101 447 123 23
Binary 1010001 1000 1011000 1000 1011011 0 1000001 100100111 1010011 10011

Color Harmonies of #510858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510858

Black with #510858

Text Example


Text Example

White with #510858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510858; }

 p { color: rgb(81,8,88); }

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

background-color css

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

 a { background-color: rgb(81,8,88); }

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

border-color css

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

 span { border-color: rgb(81,8,88); }

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