Html Css Color HEX #511368 Scarlet Gum

📋 copy color: '#511368'

red 81 ◦ green 19 ◦ blue 104

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

Shades of Scarlet Gum #511368

Tints of Scarlet Gum #511368

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.31%

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

R = 39.71%
G = 9.31%
B = 50.98%

CMYK

 C value IS 0.22

 M value IS 0.82

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#511368 (or 0x511368) is known color: Scarlet Gum. HEX triplet: 51, 13 and 68. RGB value is (81,19,104). Sum of RGB (Red+Green+Blue) = 81+19+104=204 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.71% from 204); Green value is 19 (7.81% from 255 or 9.31% from 204); Blue value is 104 (41.02% from 255 or 50.98% from 204); Max value from RGB is 104 - color contains mainly: blue. Hex color #511368 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #511368 is #AEEC97. Grayscale: #2E2E2E. Windows color (decimal): -11463832 or 6820689. OLE color: 6820689.

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

Color convert

RGB 81 19 104 -
CMYK 0.22 0.82 0 0.59
HSL 283.76º 0.69% 0.24% -
HSV(B) 283.76º 0.82% 0.41% -
XYZ 6.12 3.21 13.39 -
YUV 47.23 160.04 152.09 -
System Red Green Blue C M Y K H S L
Decimal 81 19 104 0.22 0.82 0 0.59 283.76 0.69 0.24
Hex 51 13 68 16 52 0 3B 11C 45 18
Octal 121 23 150 26 122 0 73 434 105 30
Binary 1010001 10011 1101000 10110 1010010 0 111011 100011100 1000101 11000

Color Harmonies of #511368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511368

Black with #511368

Text Example


Text Example

White with #511368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511368; }

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

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

background-color css

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

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

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

border-color css

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

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

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