Html Css Color HEX #511662 Scarlet Gum

📋 copy color: '#511662'

red 81 ◦ green 22 ◦ blue 98

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

Shades of Scarlet Gum #511662

Tints of Scarlet Gum #511662

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.95%

 BLUE value IS 98 (38.67% from 255) = 48.76%

R = 40.3%
G = 10.95%
B = 48.76%

CMYK

 C value IS 0.17

 M value IS 0.78

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#511662 (or 0x511662) is known color: Scarlet Gum. HEX triplet: 51, 16 and 62. RGB value is (81,22,98). Sum of RGB (Red+Green+Blue) = 81+22+98=201 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.30% from 201); Green value is 22 (8.98% from 255 or 10.95% from 201); Blue value is 98 (38.67% from 255 or 48.76% from 201); Max value from RGB is 98 - color contains mainly: blue. Hex color #511662 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #511662 is #AEE99D. Grayscale: #303030. Windows color (decimal): -11463070 or 6428241. OLE color: 6428241.

HSL color Cylindrical-coordinate representation of color #511662: hue angle of 286.58º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #511662 is Cyan = 0.17, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 81 22 98 -
CMYK 0.17 0.78 0 0.62
HSL 286.58º 0.63% 0.24% -
HSV(B) 286.58º 0.78% 0.38% -
XYZ 5.88 3.2 11.86 -
YUV 48.31 156.05 151.32 -
System Red Green Blue C M Y K H S L
Decimal 81 22 98 0.17 0.78 0 0.62 286.58 0.63 0.24
Hex 51 16 62 11 4E 0 3E 11F 3F 18
Octal 121 26 142 21 116 0 76 437 77 30
Binary 1010001 10110 1100010 10001 1001110 0 111110 100011111 111111 11000

Color Harmonies of #511662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511662

Black with #511662

Text Example


Text Example

White with #511662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511662; }

 p { color: rgb(81,22,98); }

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

background-color css

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

 a { background-color: rgb(81,22,98); }

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

border-color css

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

 span { border-color: rgb(81,22,98); }

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