Html Css Color HEX #541B68 Scarlet Gum

📋 copy color: '#541B68'

red 84 ◦ green 27 ◦ blue 104

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

Shades of Scarlet Gum #541B68

Tints of Scarlet Gum #541B68

RGB

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

 GREEN value IS 27 (10.94% from 255) = 12.56%

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

R = 39.07%
G = 12.56%
B = 48.37%

CMYK

 C value IS 0.19

 M value IS 0.74

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#541B68 (or 0x541B68) is known color: Scarlet Gum. HEX triplet: 54, 1B and 68. RGB value is (84,27,104). Sum of RGB (Red+Green+Blue) = 84+27+104=215 (28% of max value = 765). Red value is 84 (33.20% from 255 or 39.07% from 215); Green value is 27 (10.94% from 255 or 12.56% from 215); Blue value is 104 (41.02% from 255 or 48.37% from 215); Max value from RGB is 104 - color contains mainly: blue. Hex color #541B68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #541B68 is #ABE497. Grayscale: #343434. Windows color (decimal): -11265176 or 6822740. OLE color: 6822740.

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

Color convert

RGB 84 27 104 -
CMYK 0.19 0.74 0 0.59
HSL 284.42º 0.59% 0.26% -
HSV(B) 284.42º 0.74% 0.41% -
XYZ 6.55 3.67 13.46 -
YUV 52.82 156.88 150.24 -
System Red Green Blue C M Y K H S L
Decimal 84 27 104 0.19 0.74 0 0.59 284.42 0.59 0.26
Hex 54 1B 68 13 4A 0 3B 11C 3B 1A
Octal 124 33 150 23 112 0 73 434 73 32
Binary 1010100 11011 1101000 10011 1001010 0 111011 100011100 111011 11010

Color Harmonies of #541B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541B68

Black with #541B68

Text Example


Text Example

White with #541B68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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