Html Css Color HEX #511553 Hot Purple

📋 copy color: '#511553'

red 81 ◦ green 21 ◦ blue 83

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

Shades of Hot Purple #511553

Tints of Hot Purple #511553

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.35%

 BLUE value IS 83 (32.81% from 255) = 44.86%

R = 43.78%
G = 11.35%
B = 44.86%

CMYK

 C value IS 0.02

 M value IS 0.75

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#511553 (or 0x511553) is known color: Hot Purple. HEX triplet: 51, 15 and 53. RGB value is (81,21,83). Sum of RGB (Red+Green+Blue) = 81+21+83=185 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.78% from 185); Green value is 21 (8.59% from 255 or 11.35% from 185); Blue value is 83 (32.81% from 255 or 44.86% from 185); Max value from RGB is 83 - color contains mainly: blue. Hex color #511553 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #511553 is #AEEAAC. Grayscale: #2D2D2D. Windows color (decimal): -11463341 or 5444945. OLE color: 5444945.

HSL color Cylindrical-coordinate representation of color #511553: hue angle of 298.06º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #511553 is Cyan = 0.02, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 81 21 83 -
CMYK 0.02 0.75 0 0.67
HSL 298.06º 0.6% 0.2% -
HSV(B) 298.06º 0.75% 0.33% -
XYZ 5.22 2.91 8.47 -
YUV 46.01 148.88 152.96 -
System Red Green Blue C M Y K H S L
Decimal 81 21 83 0.02 0.75 0 0.67 298.06 0.6 0.2
Hex 51 15 53 2 4B 0 43 12A 3C 14
Octal 121 25 123 2 113 0 103 452 74 24
Binary 1010001 10101 1010011 10 1001011 0 1000011 100101010 111100 10100

Color Harmonies of #511553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511553

Black with #511553

Text Example


Text Example

White with #511553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511553; }

 p { color: rgb(81,21,83); }

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

background-color css

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

 a { background-color: rgb(81,21,83); }

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

border-color css

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

 span { border-color: rgb(81,21,83); }

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