Html Css Color HEX #511A68 Scarlet Gum

📋 copy color: '#511A68'

red 81 ◦ green 26 ◦ blue 104

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

Shades of Scarlet Gum #511A68

Tints of Scarlet Gum #511A68

RGB

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

 GREEN value IS 26 (10.55% from 255) = 12.32%

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

R = 38.39%
G = 12.32%
B = 49.29%

CMYK

 C value IS 0.22

 M value IS 0.75

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#511A68 (or 0x511A68) is known color: Scarlet Gum. HEX triplet: 51, 1A and 68. RGB value is (81,26,104). Sum of RGB (Red+Green+Blue) = 81+26+104=211 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.39% from 211); Green value is 26 (10.55% from 255 or 12.32% from 211); Blue value is 104 (41.02% from 255 or 49.29% from 211); Max value from RGB is 104 - color contains mainly: blue. Hex color #511A68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #511A68 is #AEE597. Grayscale: #333333. Windows color (decimal): -11462040 or 6822481. OLE color: 6822481.

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

Color convert

RGB 81 26 104 -
CMYK 0.22 0.75 0 0.59
HSL 282.31º 0.6% 0.25% -
HSV(B) 282.31º 0.75% 0.41% -
XYZ 6.26 3.49 13.44 -
YUV 51.34 157.72 149.16 -
System Red Green Blue C M Y K H S L
Decimal 81 26 104 0.22 0.75 0 0.59 282.31 0.6 0.25
Hex 51 1A 68 16 4B 0 3B 11A 3C 19
Octal 121 32 150 26 113 0 73 432 74 31
Binary 1010001 11010 1101000 10110 1001011 0 111011 100011010 111100 11001

Color Harmonies of #511A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511A68

Black with #511A68

Text Example


Text Example

White with #511A68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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