Html Css Color HEX #512657 Hot Purple

📋 copy color: '#512657'

red 81 ◦ green 38 ◦ blue 87

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

Shades of Hot Purple #512657

Tints of Hot Purple #512657

RGB

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

 GREEN value IS 38 (15.23% from 255) = 18.45%

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

R = 39.32%
G = 18.45%
B = 42.23%

CMYK

 C value IS 0.07

 M value IS 0.56

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#512657 (or 0x512657) is known color: Hot Purple. HEX triplet: 51, 26 and 57. RGB value is (81,38,87). Sum of RGB (Red+Green+Blue) = 81+38+87=206 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.32% from 206); Green value is 38 (15.23% from 255 or 18.45% from 206); Blue value is 87 (34.38% from 255 or 42.23% from 206); Max value from RGB is 87 - color contains mainly: blue. Hex color #512657 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512657 is #AED9A8. Grayscale: #383838. Windows color (decimal): -11458985 or 5711441. OLE color: 5711441.

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

Color convert

RGB 81 38 87 -
CMYK 0.07 0.56 0 0.66
HSL 292.65º 0.39% 0.25% -
HSV(B) 292.65º 0.56% 0.34% -
XYZ 5.81 3.82 9.45 -
YUV 56.44 145.25 145.52 -
System Red Green Blue C M Y K H S L
Decimal 81 38 87 0.07 0.56 0 0.66 292.65 0.39 0.25
Hex 51 26 57 7 38 0 42 125 27 19
Octal 121 46 127 7 70 0 102 445 47 31
Binary 1010001 100110 1010111 111 111000 0 1000010 100100101 100111 11001

Color Harmonies of #512657

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512657

Black with #512657

Text Example


Text Example

White with #512657

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512657; }

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

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

background-color css

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

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

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

border-color css

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

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

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