Html Css Color HEX #512855 Hot Purple

📋 copy color: '#512855'

red 81 ◦ green 40 ◦ blue 85

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

Shades of Hot Purple #512855

Tints of Hot Purple #512855

RGB

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

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

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

R = 39.32%
G = 19.42%
B = 41.26%

CMYK

 C value IS 0.05

 M value IS 0.53

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#512855 (or 0x512855) is known color: Hot Purple. HEX triplet: 51, 28 and 55. RGB value is (81,40,85). Sum of RGB (Red+Green+Blue) = 81+40+85=206 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.32% from 206); Green value is 40 (16.02% from 255 or 19.42% from 206); Blue value is 85 (33.59% from 255 or 41.26% from 206); Max value from RGB is 85 - color contains mainly: blue. Hex color #512855 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512855 is #AED7AA. Grayscale: #393939. Windows color (decimal): -11458475 or 5580881. OLE color: 5580881.

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

Color convert

RGB 81 40 85 -
CMYK 0.05 0.53 0 0.67
HSL 294.67º 0.36% 0.25% -
HSV(B) 294.67º 0.53% 0.33% -
XYZ 5.79 3.92 9.05 -
YUV 57.39 143.58 144.84 -
System Red Green Blue C M Y K H S L
Decimal 81 40 85 0.05 0.53 0 0.67 294.67 0.36 0.25
Hex 51 28 55 5 35 0 43 127 24 19
Octal 121 50 125 5 65 0 103 447 44 31
Binary 1010001 101000 1010101 101 110101 0 1000011 100100111 100100 11001

Color Harmonies of #512855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512855

Black with #512855

Text Example


Text Example

White with #512855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512855; }

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

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

background-color css

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

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

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

border-color css

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

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

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