Html Css Color HEX #511954 Hot Purple

📋 copy color: '#511954'

red 81 ◦ green 25 ◦ blue 84

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

Shades of Hot Purple #511954

Tints of Hot Purple #511954

RGB

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

 GREEN value IS 25 (10.16% from 255) = 13.16%

 BLUE value IS 84 (33.2% from 255) = 44.21%

R = 42.63%
G = 13.16%
B = 44.21%

CMYK

 C value IS 0.04

 M value IS 0.70

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#511954 (or 0x511954) is known color: Hot Purple. HEX triplet: 51, 19 and 54. RGB value is (81,25,84). Sum of RGB (Red+Green+Blue) = 81+25+84=190 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.63% from 190); Green value is 25 (10.16% from 255 or 13.16% from 190); Blue value is 84 (33.20% from 255 or 44.21% from 190); Max value from RGB is 84 - color contains mainly: blue. Hex color #511954 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #511954 is #AEE6AB. Grayscale: #303030. Windows color (decimal): -11462316 or 5511505. OLE color: 5511505.

HSL color Cylindrical-coordinate representation of color #511954: hue angle of 296.95º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #511954 is Cyan = 0.04, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 81 25 84 -
CMYK 0.04 0.70 0 0.67
HSL 296.95º 0.54% 0.21% -
HSV(B) 296.95º 0.7% 0.33% -
XYZ 5.34 3.08 8.7 -
YUV 48.47 148.05 151.2 -
System Red Green Blue C M Y K H S L
Decimal 81 25 84 0.04 0.70 0 0.67 296.95 0.54 0.21
Hex 51 19 54 4 46 0 43 129 36 15
Octal 121 31 124 4 106 0 103 451 66 25
Binary 1010001 11001 1010100 100 1000110 0 1000011 100101001 110110 10101

Color Harmonies of #511954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511954

Black with #511954

Text Example


Text Example

White with #511954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511954; }

 p { color: rgb(81,25,84); }

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

background-color css

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

 a { background-color: rgb(81,25,84); }

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

border-color css

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

 span { border-color: rgb(81,25,84); }

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