Html Css Color HEX #541268 Scarlet Gum

📋 copy color: '#541268'

red 84 ◦ green 18 ◦ blue 104

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

Shades of Scarlet Gum #541268

Tints of Scarlet Gum #541268

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.74%

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

R = 40.78%
G = 8.74%
B = 50.49%

CMYK

 C value IS 0.19

 M value IS 0.83

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#541268 (or 0x541268) is known color: Scarlet Gum. HEX triplet: 54, 12 and 68. RGB value is (84,18,104). Sum of RGB (Red+Green+Blue) = 84+18+104=206 (27% of max value = 765). Red value is 84 (33.20% from 255 or 40.78% from 206); Green value is 18 (7.42% from 255 or 8.74% from 206); Blue value is 104 (41.02% from 255 or 50.49% from 206); Max value from RGB is 104 - color contains mainly: blue. Hex color #541268 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #541268 is #ABED97. Grayscale: #2F2F2F. Windows color (decimal): -11267480 or 6820436. OLE color: 6820436.

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

Color convert

RGB 84 18 104 -
CMYK 0.19 0.83 0 0.59
HSL 286.05º 0.7% 0.24% -
HSV(B) 286.05º 0.83% 0.41% -
XYZ 6.37 3.32 13.4 -
YUV 47.54 159.87 154.01 -
System Red Green Blue C M Y K H S L
Decimal 84 18 104 0.19 0.83 0 0.59 286.05 0.7 0.24
Hex 54 12 68 13 53 0 3B 11E 46 18
Octal 124 22 150 23 123 0 73 436 106 30
Binary 1010100 10010 1101000 10011 1010011 0 111011 100011110 1000110 11000

Color Harmonies of #541268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541268

Black with #541268

Text Example


Text Example

White with #541268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541268; }

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

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

background-color css

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

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

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

border-color css

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

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

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