Html Css Color HEX #511868 Scarlet Gum

📋 copy color: '#511868'

red 81 ◦ green 24 ◦ blue 104

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

Shades of Scarlet Gum #511868

Tints of Scarlet Gum #511868

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.48%

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

R = 38.76%
G = 11.48%
B = 49.76%

CMYK

 C value IS 0.22

 M value IS 0.77

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#511868 (or 0x511868) is known color: Scarlet Gum. HEX triplet: 51, 18 and 68. RGB value is (81,24,104). Sum of RGB (Red+Green+Blue) = 81+24+104=209 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.76% from 209); Green value is 24 (9.77% from 255 or 11.48% from 209); Blue value is 104 (41.02% from 255 or 49.76% from 209); Max value from RGB is 104 - color contains mainly: blue. Hex color #511868 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #511868 is #AEE797. Grayscale: #313131. Windows color (decimal): -11462552 or 6821969. OLE color: 6821969.

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

Color convert

RGB 81 24 104 -
CMYK 0.22 0.77 0 0.59
HSL 282.75º 0.63% 0.25% -
HSV(B) 282.75º 0.77% 0.41% -
XYZ 6.22 3.4 13.43 -
YUV 50.16 158.38 150 -
System Red Green Blue C M Y K H S L
Decimal 81 24 104 0.22 0.77 0 0.59 282.75 0.63 0.25
Hex 51 18 68 16 4D 0 3B 11B 3E 19
Octal 121 30 150 26 115 0 73 433 76 31
Binary 1010001 11000 1101000 10110 1001101 0 111011 100011011 111110 11001

Color Harmonies of #511868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511868

Black with #511868

Text Example


Text Example

White with #511868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511868; }

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

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

background-color css

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

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

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

border-color css

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

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

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