Html Css Color HEX #512150 Hot Purple

📋 copy color: '#512150'

red 81 ◦ green 33 ◦ blue 80

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

Shades of Hot Purple #512150

Tints of Hot Purple #512150

RGB

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

 GREEN value IS 33 (13.28% from 255) = 17.01%

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

R = 41.75%
G = 17.01%
B = 41.24%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.01

 K value IS 0.68

RGB Variations

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

Color information

#512150 (or 0x512150) is known color: Hot Purple. HEX triplet: 51, 21 and 50. RGB value is (81,33,80). Sum of RGB (Red+Green+Blue) = 81+33+80=194 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.75% from 194); Green value is 33 (13.28% from 255 or 17.01% from 194); Blue value is 80 (31.64% from 255 or 41.24% from 194); Max value from RGB is 81 - color contains mainly: red. Hex color #512150 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512150 is #AEDEAF. Grayscale: #343434. Windows color (decimal): -11460272 or 5251409. OLE color: 5251409.

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

Color convert

RGB 81 33 80 -
CMYK 0 0.59 0.01 0.68
HSL 301.25º 0.42% 0.22% -
HSV(B) 301.25º 0.59% 0.32% -
XYZ 5.39 3.42 7.96 -
YUV 52.71 143.4 148.18 -
System Red Green Blue C M Y K H S L
Decimal 81 33 80 0 0.59 0.01 0.68 301.25 0.42 0.22
Hex 51 21 50 0 3B 1 44 12D 2A 16
Octal 121 41 120 0 73 1 104 455 52 26
Binary 1010001 100001 1010000 0 111011 1 1000100 100101101 101010 10110

Color Harmonies of #512150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512150

Black with #512150

Text Example


Text Example

White with #512150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512150; }

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

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

background-color css

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

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

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

border-color css

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

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

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