Html Css Color HEX #511568 Scarlet Gum

📋 copy color: '#511568'

red 81 ◦ green 21 ◦ blue 104

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

Shades of Scarlet Gum #511568

Tints of Scarlet Gum #511568

RGB

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

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

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

R = 39.32%
G = 10.19%
B = 50.49%

CMYK

 C value IS 0.22

 M value IS 0.80

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#511568 (or 0x511568) is known color: Scarlet Gum. HEX triplet: 51, 15 and 68. RGB value is (81,21,104). Sum of RGB (Red+Green+Blue) = 81+21+104=206 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.32% from 206); Green value is 21 (8.59% from 255 or 10.19% from 206); Blue value is 104 (41.02% from 255 or 50.49% from 206); Max value from RGB is 104 - color contains mainly: blue. Hex color #511568 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #511568 is #AEEA97. Grayscale: #303030. Windows color (decimal): -11463320 or 6821201. OLE color: 6821201.

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

Color convert

RGB 81 21 104 -
CMYK 0.22 0.80 0 0.59
HSL 283.37º 0.66% 0.25% -
HSV(B) 283.37º 0.8% 0.41% -
XYZ 6.16 3.29 13.41 -
YUV 48.4 159.38 151.25 -
System Red Green Blue C M Y K H S L
Decimal 81 21 104 0.22 0.80 0 0.59 283.37 0.66 0.25
Hex 51 15 68 16 50 0 3B 11B 42 19
Octal 121 25 150 26 120 0 73 433 102 31
Binary 1010001 10101 1101000 10110 1010000 0 111011 100011011 1000010 11001

Color Harmonies of #511568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511568

Black with #511568

Text Example


Text Example

White with #511568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511568; }

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

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

background-color css

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

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

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

border-color css

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

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

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