Html Css Color HEX #541E69 Scarlet Gum

📋 copy color: '#541E69'

red 84 ◦ green 30 ◦ blue 105

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

Shades of Scarlet Gum #541E69

Tints of Scarlet Gum #541E69

RGB

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

 GREEN value IS 30 (12.11% from 255) = 13.7%

 BLUE value IS 105 (41.41% from 255) = 47.95%

R = 38.36%
G = 13.7%
B = 47.95%

CMYK

 C value IS 0.20

 M value IS 0.71

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#541E69 (or 0x541E69) is known color: Scarlet Gum. HEX triplet: 54, 1E and 69. RGB value is (84,30,105). Sum of RGB (Red+Green+Blue) = 84+30+105=219 (29% of max value = 765). Red value is 84 (33.20% from 255 or 38.36% from 219); Green value is 30 (12.11% from 255 or 13.70% from 219); Blue value is 105 (41.41% from 255 or 47.95% from 219); Max value from RGB is 105 - color contains mainly: blue. Hex color #541E69 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #541E69 is #ABE196. Grayscale: #363636. Windows color (decimal): -11264407 or 6889044. OLE color: 6889044.

HSL color Cylindrical-coordinate representation of color #541E69: hue angle of 283.2º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #541E69 is Cyan = 0.20, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 84 30 105 -
CMYK 0.20 0.71 0 0.59
HSL 283.2º 0.56% 0.26% -
HSV(B) 283.2º 0.71% 0.41% -
XYZ 6.67 3.83 13.75 -
YUV 54.7 156.39 148.9 -
System Red Green Blue C M Y K H S L
Decimal 84 30 105 0.20 0.71 0 0.59 283.2 0.56 0.26
Hex 54 1E 69 14 47 0 3B 11B 38 1A
Octal 124 36 151 24 107 0 73 433 70 32
Binary 1010100 11110 1101001 10100 1000111 0 111011 100011011 111000 11010

Color Harmonies of #541E69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541E69

Black with #541E69

Text Example


Text Example

White with #541E69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541E69; }

 p { color: rgb(84,30,105); }

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

background-color css

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

 a { background-color: rgb(84,30,105); }

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

border-color css

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

 span { border-color: rgb(84,30,105); }

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