Html Css Color HEX #512858 Hot Purple

📋 copy color: '#512858'

red 81 ◦ green 40 ◦ blue 88

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

Shades of Hot Purple #512858

Tints of Hot Purple #512858

RGB

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

 GREEN value IS 40 (16.02% from 255) = 19.14%

 BLUE value IS 88 (34.77% from 255) = 42.11%

R = 38.76%
G = 19.14%
B = 42.11%

CMYK

 C value IS 0.08

 M value IS 0.55

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#512858 (or 0x512858) is known color: Hot Purple. HEX triplet: 51, 28 and 58. RGB value is (81,40,88). Sum of RGB (Red+Green+Blue) = 81+40+88=209 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.76% from 209); Green value is 40 (16.02% from 255 or 19.14% from 209); Blue value is 88 (34.77% from 255 or 42.11% from 209); Max value from RGB is 88 - color contains mainly: blue. Hex color #512858 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512858 is #AED7A7. Grayscale: #393939. Windows color (decimal): -11458472 or 5777489. OLE color: 5777489.

HSL color Cylindrical-coordinate representation of color #512858: hue angle of 291.25º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #512858 is Cyan = 0.08, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 81 40 88 -
CMYK 0.08 0.55 0 0.65
HSL 291.25º 0.38% 0.25% -
HSV(B) 291.25º 0.55% 0.35% -
XYZ 5.91 3.97 9.69 -
YUV 57.73 145.08 144.6 -
System Red Green Blue C M Y K H S L
Decimal 81 40 88 0.08 0.55 0 0.65 291.25 0.38 0.25
Hex 51 28 58 8 37 0 41 123 26 19
Octal 121 50 130 10 67 0 101 443 46 31
Binary 1010001 101000 1011000 1000 110111 0 1000001 100100011 100110 11001

Color Harmonies of #512858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512858

Black with #512858

Text Example


Text Example

White with #512858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512858; }

 p { color: rgb(81,40,88); }

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

background-color css

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

 a { background-color: rgb(81,40,88); }

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

border-color css

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

 span { border-color: rgb(81,40,88); }

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