Html Css Color HEX #510957 Hot Purple

📋 copy color: '#510957'

red 81 ◦ green 9 ◦ blue 87

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

Shades of Hot Purple #510957

Tints of Hot Purple #510957

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.08%

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

R = 45.76%
G = 5.08%
B = 49.15%

CMYK

 C value IS 0.07

 M value IS 0.90

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#510957 (or 0x510957) is known color: Hot Purple. HEX triplet: 51, 09 and 57. RGB value is (81,9,87). Sum of RGB (Red+Green+Blue) = 81+9+87=177 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45.76% from 177); Green value is 9 (3.91% from 255 or 5.08% from 177); Blue value is 87 (34.38% from 255 or 49.15% from 177); Max value from RGB is 87 - color contains mainly: blue. Hex color #510957 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510957 is #AEF6A8. Grayscale: #272727. Windows color (decimal): -11466409 or 5704017. OLE color: 5704017.

HSL color Cylindrical-coordinate representation of color #510957: hue angle of 295.38º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #510957 is Cyan = 0.07, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 81 9 87 -
CMYK 0.07 0.90 0 0.66
HSL 295.38º 0.81% 0.19% -
HSV(B) 295.38º 0.9% 0.34% -
XYZ 5.21 2.63 9.25 -
YUV 39.42 154.85 157.66 -
System Red Green Blue C M Y K H S L
Decimal 81 9 87 0.07 0.90 0 0.66 295.38 0.81 0.19
Hex 51 9 57 7 5A 0 42 127 51 13
Octal 121 11 127 7 132 0 102 447 121 23
Binary 1010001 1001 1010111 111 1011010 0 1000010 100100111 1010001 10011

Color Harmonies of #510957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510957

Black with #510957

Text Example


Text Example

White with #510957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510957; }

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

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

background-color css

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

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

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

border-color css

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

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

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