Html Css Color HEX #511E69 Scarlet Gum

📋 copy color: '#511E69'

red 81 ◦ green 30 ◦ blue 105

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

Shades of Scarlet Gum #511E69

Tints of Scarlet Gum #511E69

RGB

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

 GREEN value IS 30 (12.11% from 255) = 13.89%

 BLUE value IS 105 (41.41% from 255) = 48.61%

R = 37.5%
G = 13.89%
B = 48.61%

CMYK

 C value IS 0.23

 M value IS 0.71

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#511E69 (or 0x511E69) is known color: Scarlet Gum. HEX triplet: 51, 1E and 69. RGB value is (81,30,105). Sum of RGB (Red+Green+Blue) = 81+30+105=216 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.5% from 216); Green value is 30 (12.11% from 255 or 13.89% from 216); Blue value is 105 (41.41% from 255 or 48.61% from 216); Max value from RGB is 105 - color contains mainly: blue. Hex color #511E69 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #511E69 is #AEE196. Grayscale: #353535. Windows color (decimal): -11461015 or 6889041. OLE color: 6889041.

HSL color Cylindrical-coordinate representation of color #511E69: hue angle of 280.8º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #511E69 is Cyan = 0.23, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 81 30 105 -
CMYK 0.23 0.71 0 0.59
HSL 280.8º 0.56% 0.26% -
HSV(B) 280.8º 0.71% 0.41% -
XYZ 6.41 3.7 13.74 -
YUV 53.8 156.9 147.4 -
System Red Green Blue C M Y K H S L
Decimal 81 30 105 0.23 0.71 0 0.59 280.8 0.56 0.26
Hex 51 1E 69 17 47 0 3B 119 38 1A
Octal 121 36 151 27 107 0 73 431 70 32
Binary 1010001 11110 1101001 10111 1000111 0 111011 100011001 111000 11010

Color Harmonies of #511E69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511E69

Black with #511E69

Text Example


Text Example

White with #511E69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511E69; }

 p { color: rgb(81,30,105); }

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

background-color css

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

 a { background-color: rgb(81,30,105); }

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

border-color css

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

 span { border-color: rgb(81,30,105); }

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