Html Css Color HEX #510058 Hot Purple

📋 copy color: '#510058'

red 81 ◦ green 0 ◦ blue 88

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

Shades of Hot Purple #510058

Tints of Hot Purple #510058

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 47.93%
G = 0%
B = 52.07%

CMYK

 C value IS 0.08

 M value IS 1

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#510058 (or 0x510058) is known color: Hot Purple. HEX triplet: 51, 00 and 58. RGB value is (81,0,88). Sum of RGB (Red+Green+Blue) = 81+0+88=169 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.93% from 169); Green value is 0 (0.39% from 255 or 0% from 169); Blue value is 88 (34.77% from 255 or 52.07% from 169); Max value from RGB is 88 - color contains mainly: blue. Hex color #510058 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510058 is #AEFFA7. Grayscale: #212121. Windows color (decimal): -11468712 or 5767249. OLE color: 5767249.

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

Color convert

RGB 81 0 88 -
CMYK 0.08 1 0 0.65
HSL 295.23º 1% 0.17% -
HSV(B) 295.23º 1% 0.35% -
XYZ 5.15 2.45 9.43 -
YUV 34.25 158.34 161.34 -
System Red Green Blue C M Y K H S L
Decimal 81 0 88 0.08 1 0 0.65 295.23 1 0.17
Hex 51 0 58 8 64 0 41 127 64 11
Octal 121 0 130 10 144 0 101 447 144 21
Binary 1010001 0 1011000 1000 1100100 0 1000001 100100111 1100100 10001

Color Harmonies of #510058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510058

Black with #510058

Text Example


Text Example

White with #510058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510058; }

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

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

background-color css

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

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

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

border-color css

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

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

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