Html Css Color HEX #510057 Hot Purple

📋 copy color: '#510057'

red 81 ◦ green 0 ◦ blue 87

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

Shades of Hot Purple #510057

Tints of Hot Purple #510057

RGB

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

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

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

R = 48.21%
G = 0%
B = 51.79%

CMYK

 C value IS 0.07

 M value IS 1

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#510057 (or 0x510057) is known color: Hot Purple. HEX triplet: 51, 00 and 57. RGB value is (81,0,87). Sum of RGB (Red+Green+Blue) = 81+0+87=168 (22% of max value = 765). Red value is 81 (32.03% from 255 or 48.21% from 168); Green value is 0 (0.39% from 255 or 0% from 168); Blue value is 87 (34.38% from 255 or 51.79% from 168); Max value from RGB is 87 - color contains mainly: blue. Hex color #510057 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510057 is #AEFFA8. Grayscale: #212121. Windows color (decimal): -11468713 or 5701713. OLE color: 5701713.

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

Color convert

RGB 81 0 87 -
CMYK 0.07 1 0 0.66
HSL 295.86º 1% 0.17% -
HSV(B) 295.86º 1% 0.34% -
XYZ 5.11 2.44 9.22 -
YUV 34.14 157.84 161.43 -
System Red Green Blue C M Y K H S L
Decimal 81 0 87 0.07 1 0 0.66 295.86 1 0.17
Hex 51 0 57 7 64 0 42 128 64 11
Octal 121 0 127 7 144 0 102 450 144 21
Binary 1010001 0 1010111 111 1100100 0 1000010 100101000 1100100 10001

Color Harmonies of #510057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510057

Black with #510057

Text Example


Text Example

White with #510057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510057; }

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

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

background-color css

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

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

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

border-color css

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

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

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