Html Css Color HEX #541C6B Scarlet Gum

📋 copy color: '#541C6B'

red 84 ◦ green 28 ◦ blue 107

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

Shades of Scarlet Gum #541C6B

Tints of Scarlet Gum #541C6B

RGB

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

 GREEN value IS 28 (11.33% from 255) = 12.79%

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

R = 38.36%
G = 12.79%
B = 48.86%

CMYK

 C value IS 0.21

 M value IS 0.74

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#541C6B (or 0x541C6B) is known color: Scarlet Gum. HEX triplet: 54, 1C and 6B. RGB value is (84,28,107). Sum of RGB (Red+Green+Blue) = 84+28+107=219 (29% of max value = 765). Red value is 84 (33.20% from 255 or 38.36% from 219); Green value is 28 (11.33% from 255 or 12.79% from 219); Blue value is 107 (42.19% from 255 or 48.86% from 219); Max value from RGB is 107 - color contains mainly: blue. Hex color #541C6B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #541C6B is #ABE394. Grayscale: #353535. Windows color (decimal): -11264917 or 7019604. OLE color: 7019604.

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

Color convert

RGB 84 28 107 -
CMYK 0.21 0.74 0 0.58
HSL 282.53º 0.59% 0.26% -
HSV(B) 282.53º 0.74% 0.42% -
XYZ 6.73 3.78 14.28 -
YUV 53.75 158.05 149.58 -
System Red Green Blue C M Y K H S L
Decimal 84 28 107 0.21 0.74 0 0.58 282.53 0.59 0.26
Hex 54 1C 6B 15 4A 0 3A 11B 3B 1A
Octal 124 34 153 25 112 0 72 433 73 32
Binary 1010100 11100 1101011 10101 1001010 0 111010 100011011 111011 11010

Color Harmonies of #541C6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541C6B

Black with #541C6B

Text Example


Text Example

White with #541C6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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