Html Css Color HEX #541768 Scarlet Gum

📋 copy color: '#541768'

red 84 ◦ green 23 ◦ blue 104

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

Shades of Scarlet Gum #541768

Tints of Scarlet Gum #541768

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.9%

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

R = 39.81%
G = 10.9%
B = 49.29%

CMYK

 C value IS 0.19

 M value IS 0.78

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#541768 (or 0x541768) is known color: Scarlet Gum. HEX triplet: 54, 17 and 68. RGB value is (84,23,104). Sum of RGB (Red+Green+Blue) = 84+23+104=211 (27% of max value = 765). Red value is 84 (33.20% from 255 or 39.81% from 211); Green value is 23 (9.38% from 255 or 10.90% 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 #541768 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #541768 is #ABE897. Grayscale: #323232. Windows color (decimal): -11266200 or 6821716. OLE color: 6821716.

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

Color convert

RGB 84 23 104 -
CMYK 0.19 0.78 0 0.59
HSL 285.19º 0.64% 0.25% -
HSV(B) 285.19º 0.78% 0.41% -
XYZ 6.46 3.5 13.43 -
YUV 50.47 158.21 151.91 -
System Red Green Blue C M Y K H S L
Decimal 84 23 104 0.19 0.78 0 0.59 285.19 0.64 0.25
Hex 54 17 68 13 4E 0 3B 11D 40 19
Octal 124 27 150 23 116 0 73 435 100 31
Binary 1010100 10111 1101000 10011 1001110 0 111011 100011101 1000000 11001

Color Harmonies of #541768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541768

Black with #541768

Text Example


Text Example

White with #541768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541768; }

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

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

background-color css

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

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

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

border-color css

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

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

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