Html Css Color HEX #512656 Hot Purple

📋 copy color: '#512656'

red 81 ◦ green 38 ◦ blue 86

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

Shades of Hot Purple #512656

Tints of Hot Purple #512656

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 41.95%

R = 39.51%
G = 18.54%
B = 41.95%

CMYK

 C value IS 0.06

 M value IS 0.56

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#512656 (or 0x512656) is known color: Hot Purple. HEX triplet: 51, 26 and 56. RGB value is (81,38,86). Sum of RGB (Red+Green+Blue) = 81+38+86=205 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.51% from 205); Green value is 38 (15.23% from 255 or 18.54% from 205); Blue value is 86 (33.98% from 255 or 41.95% from 205); Max value from RGB is 86 - color contains mainly: blue. Hex color #512656 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512656 is #AED9A9. Grayscale: #383838. Windows color (decimal): -11458986 or 5645905. OLE color: 5645905.

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

Color convert

RGB 81 38 86 -
CMYK 0.06 0.56 0 0.66
HSL 293.75º 0.39% 0.24% -
HSV(B) 293.75º 0.56% 0.34% -
XYZ 5.77 3.81 9.24 -
YUV 56.33 144.75 145.6 -
System Red Green Blue C M Y K H S L
Decimal 81 38 86 0.06 0.56 0 0.66 293.75 0.39 0.24
Hex 51 26 56 6 38 0 42 126 27 18
Octal 121 46 126 6 70 0 102 446 47 30
Binary 1010001 100110 1010110 110 111000 0 1000010 100100110 100111 11000

Color Harmonies of #512656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512656

Black with #512656

Text Example


Text Example

White with #512656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512656; }

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

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

background-color css

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

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

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

border-color css

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

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

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