Html Css Color HEX #541569 Scarlet Gum

📋 copy color: '#541569'

red 84 ◦ green 21 ◦ blue 105

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

Shades of Scarlet Gum #541569

Tints of Scarlet Gum #541569

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10%

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

R = 40%
G = 10%
B = 50%

CMYK

 C value IS 0.20

 M value IS 0.80

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#541569 (or 0x541569) is known color: Scarlet Gum. HEX triplet: 54, 15 and 69. RGB value is (84,21,105). Sum of RGB (Red+Green+Blue) = 84+21+105=210 (27% of max value = 765). Red value is 84 (33.20% from 255 or 40% from 210); Green value is 21 (8.59% from 255 or 10% from 210); Blue value is 105 (41.41% from 255 or 50% from 210); Max value from RGB is 105 - color contains mainly: blue. Hex color #541569 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #541569 is #ABEA96. Grayscale: #313131. Windows color (decimal): -11266711 or 6886740. OLE color: 6886740.

HSL color Cylindrical-coordinate representation of color #541569: hue angle of 285º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #541569 is Cyan = 0.20, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 84 21 105 -
CMYK 0.20 0.80 0 0.59
HSL 285º 0.67% 0.25% -
HSV(B) 285º 0.8% 0.41% -
XYZ 6.47 3.44 13.69 -
YUV 49.41 159.37 152.67 -
System Red Green Blue C M Y K H S L
Decimal 84 21 105 0.20 0.80 0 0.59 285 0.67 0.25
Hex 54 15 69 14 50 0 3B 11D 43 19
Octal 124 25 151 24 120 0 73 435 103 31
Binary 1010100 10101 1101001 10100 1010000 0 111011 100011101 1000011 11001

Color Harmonies of #541569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541569

Black with #541569

Text Example


Text Example

White with #541569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541569; }

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

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

background-color css

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

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

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

border-color css

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

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

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