Html Css Color HEX #511565 Scarlet Gum

📋 copy color: '#511565'

red 81 ◦ green 21 ◦ blue 101

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

Shades of Scarlet Gum #511565

Tints of Scarlet Gum #511565

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 49.75%

R = 39.9%
G = 10.34%
B = 49.75%

CMYK

 C value IS 0.20

 M value IS 0.79

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#511565 (or 0x511565) is known color: Scarlet Gum. HEX triplet: 51, 15 and 65. RGB value is (81,21,101). Sum of RGB (Red+Green+Blue) = 81+21+101=203 (26% of max value = 765). Red value is 81 (32.03% from 255 or 39.90% from 203); Green value is 21 (8.59% from 255 or 10.34% from 203); Blue value is 101 (39.84% from 255 or 49.75% from 203); Max value from RGB is 101 - color contains mainly: blue. Hex color #511565 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #511565 is #AEEA9A. Grayscale: #2F2F2F. Windows color (decimal): -11463323 or 6624593. OLE color: 6624593.

HSL color Cylindrical-coordinate representation of color #511565: hue angle of 285º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #511565 is Cyan = 0.20, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 81 21 101 -
CMYK 0.20 0.79 0 0.60
HSL 285º 0.66% 0.24% -
HSV(B) 285º 0.79% 0.4% -
XYZ 6.01 3.23 12.62 -
YUV 48.06 157.88 151.5 -
System Red Green Blue C M Y K H S L
Decimal 81 21 101 0.20 0.79 0 0.60 285 0.66 0.24
Hex 51 15 65 14 4F 0 3C 11D 42 18
Octal 121 25 145 24 117 0 74 435 102 30
Binary 1010001 10101 1100101 10100 1001111 0 111100 100011101 1000010 11000

Color Harmonies of #511565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511565

Black with #511565

Text Example


Text Example

White with #511565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511565; }

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

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

background-color css

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

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

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

border-color css

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

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

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