Html Css Color HEX #512853 Hot Purple

📋 copy color: '#512853'

red 81 ◦ green 40 ◦ blue 83

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

Shades of Hot Purple #512853

Tints of Hot Purple #512853

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 40.69%

R = 39.71%
G = 19.61%
B = 40.69%

CMYK

 C value IS 0.02

 M value IS 0.52

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#512853 (or 0x512853) is known color: Hot Purple. HEX triplet: 51, 28 and 53. RGB value is (81,40,83). Sum of RGB (Red+Green+Blue) = 81+40+83=204 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.71% from 204); Green value is 40 (16.02% from 255 or 19.61% from 204); Blue value is 83 (32.81% from 255 or 40.69% from 204); Max value from RGB is 83 - color contains mainly: blue. Hex color #512853 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512853 is #AED7AC. Grayscale: #393939. Windows color (decimal): -11458477 or 5449809. OLE color: 5449809.

HSL color Cylindrical-coordinate representation of color #512853: hue angle of 297.21º degrees, saturation: 0.35, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #512853 is Cyan = 0.02, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 81 40 83 -
CMYK 0.02 0.52 0 0.67
HSL 297.21º 0.35% 0.24% -
HSV(B) 297.21º 0.52% 0.33% -
XYZ 5.71 3.89 8.63 -
YUV 57.16 142.58 145 -
System Red Green Blue C M Y K H S L
Decimal 81 40 83 0.02 0.52 0 0.67 297.21 0.35 0.24
Hex 51 28 53 2 34 0 43 129 23 18
Octal 121 50 123 2 64 0 103 451 43 30
Binary 1010001 101000 1010011 10 110100 0 1000011 100101001 100011 11000

Color Harmonies of #512853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512853

Black with #512853

Text Example


Text Example

White with #512853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512853; }

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

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

background-color css

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

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

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

border-color css

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

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

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