Html Css Color HEX #510558 Hot Purple

📋 copy color: '#510558'

red 81 ◦ green 5 ◦ blue 88

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

Shades of Hot Purple #510558

Tints of Hot Purple #510558

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.87%

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

R = 46.55%
G = 2.87%
B = 50.57%

CMYK

 C value IS 0.08

 M value IS 0.94

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#510558 (or 0x510558) is known color: Hot Purple. HEX triplet: 51, 05 and 58. RGB value is (81,5,88). Sum of RGB (Red+Green+Blue) = 81+5+88=174 (23% of max value = 765). Red value is 81 (32.03% from 255 or 46.55% from 174); Green value is 5 (2.34% from 255 or 2.87% from 174); Blue value is 88 (34.77% from 255 or 50.57% from 174); Max value from RGB is 88 - color contains mainly: blue. Hex color #510558 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510558 is #AEFAA7. Grayscale: #242424. Windows color (decimal): -11467432 or 5768529. OLE color: 5768529.

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

Color convert

RGB 81 5 88 -
CMYK 0.08 0.94 0 0.65
HSL 294.94º 0.89% 0.18% -
HSV(B) 294.94º 0.94% 0.35% -
XYZ 5.21 2.56 9.45 -
YUV 37.19 156.68 159.25 -
System Red Green Blue C M Y K H S L
Decimal 81 5 88 0.08 0.94 0 0.65 294.94 0.89 0.18
Hex 51 5 58 8 5E 0 41 127 59 12
Octal 121 5 130 10 136 0 101 447 131 22
Binary 1010001 101 1011000 1000 1011110 0 1000001 100100111 1011001 10010

Color Harmonies of #510558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510558

Black with #510558

Text Example


Text Example

White with #510558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510558; }

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

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

background-color css

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

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

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

border-color css

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

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

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