Html Css Color HEX #541168 Scarlet Gum

📋 copy color: '#541168'

red 84 ◦ green 17 ◦ blue 104

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

Shades of Scarlet Gum #541168

Tints of Scarlet Gum #541168

RGB

 RED value IS 84 (33.2% from 255) = 40.98%

 GREEN value IS 17 (7.03% from 255) = 8.29%

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

R = 40.98%
G = 8.29%
B = 50.73%

CMYK

 C value IS 0.19

 M value IS 0.84

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#541168 (or 0x541168) is known color: Scarlet Gum. HEX triplet: 54, 11 and 68. RGB value is (84,17,104). Sum of RGB (Red+Green+Blue) = 84+17+104=205 (27% of max value = 765). Red value is 84 (33.20% from 255 or 40.98% from 205); Green value is 17 (7.03% from 255 or 8.29% from 205); Blue value is 104 (41.02% from 255 or 50.73% from 205); Max value from RGB is 104 - color contains mainly: blue. Hex color #541168 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #541168 is #ABEE97. Grayscale: #2E2E2E. Windows color (decimal): -11267736 or 6820180. OLE color: 6820180.

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

Color convert

RGB 84 17 104 -
CMYK 0.19 0.84 0 0.59
HSL 286.21º 0.72% 0.24% -
HSV(B) 286.21º 0.84% 0.41% -
XYZ 6.36 3.29 13.4 -
YUV 46.95 160.2 154.43 -
System Red Green Blue C M Y K H S L
Decimal 84 17 104 0.19 0.84 0 0.59 286.21 0.72 0.24
Hex 54 11 68 13 54 0 3B 11E 48 18
Octal 124 21 150 23 124 0 73 436 110 30
Binary 1010100 10001 1101000 10011 1010100 0 111011 100011110 1001000 11000

Color Harmonies of #541168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541168

Black with #541168

Text Example


Text Example

White with #541168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541168; }

 p { color: rgb(84,17,104); }

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

background-color css

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

 a { background-color: rgb(84,17,104); }

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

border-color css

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

 span { border-color: rgb(84,17,104); }

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