Html Css Color HEX #510557 Hot Purple

📋 copy color: '#510557'

red 81 ◦ green 5 ◦ blue 87

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

Shades of Hot Purple #510557

Tints of Hot Purple #510557

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 50.29%

R = 46.82%
G = 2.89%
B = 50.29%

CMYK

 C value IS 0.07

 M value IS 0.94

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#510557 (or 0x510557) is known color: Hot Purple. HEX triplet: 51, 05 and 57. RGB value is (81,5,87). Sum of RGB (Red+Green+Blue) = 81+5+87=173 (22% of max value = 765). Red value is 81 (32.03% from 255 or 46.82% from 173); Green value is 5 (2.34% from 255 or 2.89% from 173); Blue value is 87 (34.38% from 255 or 50.29% from 173); Max value from RGB is 87 - color contains mainly: blue. Hex color #510557 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510557 is #AEFAA8. Grayscale: #242424. Windows color (decimal): -11467433 or 5702993. OLE color: 5702993.

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

Color convert

RGB 81 5 87 -
CMYK 0.07 0.94 0 0.66
HSL 295.61º 0.89% 0.18% -
HSV(B) 295.61º 0.94% 0.34% -
XYZ 5.17 2.55 9.24 -
YUV 37.07 156.18 159.33 -
System Red Green Blue C M Y K H S L
Decimal 81 5 87 0.07 0.94 0 0.66 295.61 0.89 0.18
Hex 51 5 57 7 5E 0 42 128 59 12
Octal 121 5 127 7 136 0 102 450 131 22
Binary 1010001 101 1010111 111 1011110 0 1000010 100101000 1011001 10010

Color Harmonies of #510557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510557

Black with #510557

Text Example


Text Example

White with #510557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510557; }

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

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

background-color css

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

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

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

border-color css

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

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

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