Html Css Color HEX #512B5A Hot Purple

📋 copy color: '#512B5A'

red 81 ◦ green 43 ◦ blue 90

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

Shades of Hot Purple #512B5A

Tints of Hot Purple #512B5A

RGB

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

 GREEN value IS 43 (17.19% from 255) = 20.09%

 BLUE value IS 90 (35.55% from 255) = 42.06%

R = 37.85%
G = 20.09%
B = 42.06%

CMYK

 C value IS 0.1

 M value IS 0.52

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#512B5A (or 0x512B5A) is known color: Hot Purple. HEX triplet: 51, 2B and 5A. RGB value is (81,43,90). Sum of RGB (Red+Green+Blue) = 81+43+90=214 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.85% from 214); Green value is 43 (17.19% from 255 or 20.09% from 214); Blue value is 90 (35.55% from 255 or 42.06% from 214); Max value from RGB is 90 - color contains mainly: blue. Hex color #512B5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512B5A is #AED4A5. Grayscale: #3B3B3B. Windows color (decimal): -11457702 or 5909329. OLE color: 5909329.

HSL color Cylindrical-coordinate representation of color #512B5A: hue angle of 288.51º degrees, saturation: 0.35, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #512B5A is Cyan = 0.1, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 81 43 90 -
CMYK 0.1 0.52 0 0.65
HSL 288.51º 0.35% 0.26% -
HSV(B) 288.51º 0.52% 0.35% -
XYZ 6.1 4.22 10.16 -
YUV 59.72 145.09 143.18 -
System Red Green Blue C M Y K H S L
Decimal 81 43 90 0.1 0.52 0 0.65 288.51 0.35 0.26
Hex 51 2B 5A A 34 0 41 121 23 1A
Octal 121 53 132 12 64 0 101 441 43 32
Binary 1010001 101011 1011010 1010 110100 0 1000001 100100001 100011 11010

Color Harmonies of #512B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512B5A

Black with #512B5A

Text Example


Text Example

White with #512B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512B5A; }

 p { color: rgb(81,43,90); }

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

background-color css

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

 a { background-color: rgb(81,43,90); }

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

border-color css

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

 span { border-color: rgb(81,43,90); }

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