Html Css Color HEX #512155 Hot Purple

📋 copy color: '#512155'

red 81 ◦ green 33 ◦ blue 85

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

Shades of Hot Purple #512155

Tints of Hot Purple #512155

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 42.71%

R = 40.7%
G = 16.58%
B = 42.71%

CMYK

 C value IS 0.05

 M value IS 0.61

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#512155 (or 0x512155) is known color: Hot Purple. HEX triplet: 51, 21 and 55. RGB value is (81,33,85). Sum of RGB (Red+Green+Blue) = 81+33+85=199 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.70% from 199); Green value is 33 (13.28% from 255 or 16.58% from 199); Blue value is 85 (33.59% from 255 or 42.71% from 199); Max value from RGB is 85 - color contains mainly: blue. Hex color #512155 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512155 is #AEDEAA. Grayscale: #353535. Windows color (decimal): -11460267 or 5579089. OLE color: 5579089.

HSL color Cylindrical-coordinate representation of color #512155: hue angle of 295.38º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #512155 is Cyan = 0.05, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 81 33 85 -
CMYK 0.05 0.61 0 0.67
HSL 295.38º 0.44% 0.23% -
HSV(B) 295.38º 0.61% 0.33% -
XYZ 5.58 3.49 8.97 -
YUV 53.28 145.9 147.77 -
System Red Green Blue C M Y K H S L
Decimal 81 33 85 0.05 0.61 0 0.67 295.38 0.44 0.23
Hex 51 21 55 5 3D 0 43 127 2C 17
Octal 121 41 125 5 75 0 103 447 54 27
Binary 1010001 100001 1010101 101 111101 0 1000011 100100111 101100 10111

Color Harmonies of #512155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512155

Black with #512155

Text Example


Text Example

White with #512155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512155; }

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

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

background-color css

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

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

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

border-color css

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

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

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