Html Css Color HEX #511268 Scarlet Gum

📋 copy color: '#511268'

red 81 ◦ green 18 ◦ blue 104

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

Shades of Scarlet Gum #511268

Tints of Scarlet Gum #511268

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.87%

 BLUE value IS 104 (41.02% from 255) = 51.23%

R = 39.9%
G = 8.87%
B = 51.23%

CMYK

 C value IS 0.22

 M value IS 0.83

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#511268 (or 0x511268) is known color: Scarlet Gum. HEX triplet: 51, 12 and 68. RGB value is (81,18,104). Sum of RGB (Red+Green+Blue) = 81+18+104=203 (26% of max value = 765). Red value is 81 (32.03% from 255 or 39.90% from 203); Green value is 18 (7.42% from 255 or 8.87% from 203); Blue value is 104 (41.02% from 255 or 51.23% from 203); Max value from RGB is 104 - color contains mainly: blue. Hex color #511268 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #511268 is #AEED97. Grayscale: #2E2E2E. Windows color (decimal): -11464088 or 6820433. OLE color: 6820433.

HSL color Cylindrical-coordinate representation of color #511268: hue angle of 283.95º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #511268 is Cyan = 0.22, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 81 18 104 -
CMYK 0.22 0.83 0 0.59
HSL 283.95º 0.7% 0.24% -
HSV(B) 283.95º 0.83% 0.41% -
XYZ 6.11 3.18 13.39 -
YUV 46.64 160.37 152.51 -
System Red Green Blue C M Y K H S L
Decimal 81 18 104 0.22 0.83 0 0.59 283.95 0.7 0.24
Hex 51 12 68 16 53 0 3B 11C 46 18
Octal 121 22 150 26 123 0 73 434 106 30
Binary 1010001 10010 1101000 10110 1010011 0 111011 100011100 1000110 11000

Color Harmonies of #511268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511268

Black with #511268

Text Example


Text Example

White with #511268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511268; }

 p { color: rgb(81,18,104); }

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

background-color css

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

 a { background-color: rgb(81,18,104); }

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

border-color css

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

 span { border-color: rgb(81,18,104); }

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