Html Css Color HEX #512650 Hot Purple

📋 copy color: '#512650'

red 81 ◦ green 38 ◦ blue 80

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

Shades of Hot Purple #512650

Tints of Hot Purple #512650

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 40.2%

R = 40.7%
G = 19.1%
B = 40.2%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.01

 K value IS 0.68

RGB Variations

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

Color information

#512650 (or 0x512650) is known color: Hot Purple. HEX triplet: 51, 26 and 50. RGB value is (81,38,80). Sum of RGB (Red+Green+Blue) = 81+38+80=199 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.70% from 199); Green value is 38 (15.23% from 255 or 19.10% from 199); Blue value is 80 (31.64% from 255 or 40.20% from 199); Max value from RGB is 81 - color contains mainly: red. Hex color #512650 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512650 is #AED9AF. Grayscale: #373737. Windows color (decimal): -11458992 or 5252689. OLE color: 5252689.

HSL color Cylindrical-coordinate representation of color #512650: hue angle of 301.4º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #512650 is Cyan = 0, Magento = 0.53, Yellow = 0.01 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 38 80 -
CMYK 0 0.53 0.01 0.68
HSL 301.4º 0.36% 0.23% -
HSV(B) 301.4º 0.53% 0.32% -
XYZ 5.53 3.71 8.01 -
YUV 55.65 141.75 146.08 -
System Red Green Blue C M Y K H S L
Decimal 81 38 80 0 0.53 0.01 0.68 301.4 0.36 0.23
Hex 51 26 50 0 35 1 44 12D 24 17
Octal 121 46 120 0 65 1 104 455 44 27
Binary 1010001 100110 1010000 0 110101 1 1000100 100101101 100100 10111

Color Harmonies of #512650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512650

Black with #512650

Text Example


Text Example

White with #512650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512650; }

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

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

background-color css

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

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

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

border-color css

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

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

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