Html Css Color HEX #542367 Scarlet Gum

📋 copy color: '#542367'

red 84 ◦ green 35 ◦ blue 103

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

Shades of Scarlet Gum #542367

Tints of Scarlet Gum #542367

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.77%

 BLUE value IS 103 (40.63% from 255) = 46.4%

R = 37.84%
G = 15.77%
B = 46.4%

CMYK

 C value IS 0.18

 M value IS 0.66

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#542367 (or 0x542367) is known color: Scarlet Gum. HEX triplet: 54, 23 and 67. RGB value is (84,35,103). Sum of RGB (Red+Green+Blue) = 84+35+103=222 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.84% from 222); Green value is 35 (14.06% from 255 or 15.77% from 222); Blue value is 103 (40.62% from 255 or 46.40% from 222); Max value from RGB is 103 - color contains mainly: blue. Hex color #542367 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #542367 is #ABDC98. Grayscale: #393939. Windows color (decimal): -11263129 or 6759252. OLE color: 6759252.

HSL color Cylindrical-coordinate representation of color #542367: hue angle of 283.24º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #542367 is Cyan = 0.18, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 84 35 103 -
CMYK 0.18 0.66 0 0.60
HSL 283.24º 0.49% 0.27% -
HSV(B) 283.24º 0.66% 0.4% -
XYZ 6.71 4.07 13.26 -
YUV 57.4 153.73 146.97 -
System Red Green Blue C M Y K H S L
Decimal 84 35 103 0.18 0.66 0 0.60 283.24 0.49 0.27
Hex 54 23 67 12 42 0 3C 11B 31 1B
Octal 124 43 147 22 102 0 74 433 61 33
Binary 1010100 100011 1100111 10010 1000010 0 111100 100011011 110001 11011

Color Harmonies of #542367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #542367

Black with #542367

Text Example


Text Example

White with #542367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #542367; }

 p { color: rgb(84,35,103); }

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

background-color css

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

 a { background-color: rgb(84,35,103); }

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

border-color css

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

 span { border-color: rgb(84,35,103); }

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