Html Css Color HEX #541D6B Scarlet Gum

📋 copy color: '#541D6B'

red 84 ◦ green 29 ◦ blue 107

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

Shades of Scarlet Gum #541D6B

Tints of Scarlet Gum #541D6B

RGB

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

 GREEN value IS 29 (11.72% from 255) = 13.18%

 BLUE value IS 107 (42.19% from 255) = 48.64%

R = 38.18%
G = 13.18%
B = 48.64%

CMYK

 C value IS 0.21

 M value IS 0.73

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#541D6B (or 0x541D6B) is known color: Scarlet Gum. HEX triplet: 54, 1D and 6B. RGB value is (84,29,107). Sum of RGB (Red+Green+Blue) = 84+29+107=220 (29% of max value = 765). Red value is 84 (33.20% from 255 or 38.18% from 220); Green value is 29 (11.72% from 255 or 13.18% from 220); Blue value is 107 (42.19% from 255 or 48.64% from 220); Max value from RGB is 107 - color contains mainly: blue. Hex color #541D6B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #541D6B is #ABE294. Grayscale: #363636. Windows color (decimal): -11264661 or 7019860. OLE color: 7019860.

HSL color Cylindrical-coordinate representation of color #541D6B: hue angle of 282.31º degrees, saturation: 0.57, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #541D6B is Cyan = 0.21, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 84 29 107 -
CMYK 0.21 0.73 0 0.58
HSL 282.31º 0.57% 0.27% -
HSV(B) 282.31º 0.73% 0.42% -
XYZ 6.75 3.83 14.29 -
YUV 54.34 157.72 149.16 -
System Red Green Blue C M Y K H S L
Decimal 84 29 107 0.21 0.73 0 0.58 282.31 0.57 0.27
Hex 54 1D 6B 15 49 0 3A 11A 39 1B
Octal 124 35 153 25 111 0 72 432 71 33
Binary 1010100 11101 1101011 10101 1001001 0 111010 100011010 111001 11011

Color Harmonies of #541D6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541D6B

Black with #541D6B

Text Example


Text Example

White with #541D6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,29,107); }

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

background-color css

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

 a { background-color: rgb(84,29,107); }

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

border-color css

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

 span { border-color: rgb(84,29,107); }

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