Html Css Color HEX #512F57 Hot Purple

📋 copy color: '#512F57'

red 81 ◦ green 47 ◦ blue 87

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

Shades of Hot Purple #512F57

Tints of Hot Purple #512F57

RGB

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

 GREEN value IS 47 (18.75% from 255) = 21.86%

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

R = 37.67%
G = 21.86%
B = 40.47%

CMYK

 C value IS 0.07

 M value IS 0.46

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#512F57 (or 0x512F57) is known color: Hot Purple. HEX triplet: 51, 2F and 57. RGB value is (81,47,87). Sum of RGB (Red+Green+Blue) = 81+47+87=215 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.67% from 215); Green value is 47 (18.75% from 255 or 21.86% from 215); Blue value is 87 (34.38% from 255 or 40.47% from 215); Max value from RGB is 87 - color contains mainly: blue. Hex color #512F57 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512F57 is #AED0A8. Grayscale: #3D3D3D. Windows color (decimal): -11456681 or 5713745. OLE color: 5713745.

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

Color convert

RGB 81 47 87 -
CMYK 0.07 0.46 0 0.66
HSL 291º 0.3% 0.26% -
HSV(B) 291º 0.46% 0.34% -
XYZ 6.13 4.47 9.56 -
YUV 61.73 142.26 141.75 -
System Red Green Blue C M Y K H S L
Decimal 81 47 87 0.07 0.46 0 0.66 291 0.3 0.26
Hex 51 2F 57 7 2E 0 42 123 1E 1A
Octal 121 57 127 7 56 0 102 443 36 32
Binary 1010001 101111 1010111 111 101110 0 1000010 100100011 11110 11010

Color Harmonies of #512F57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512F57

Black with #512F57

Text Example


Text Example

White with #512F57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512F57; }

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

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

background-color css

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

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

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

border-color css

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

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

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