Html Css Color HEX #542378 Blue Diamond

📋 copy color: '#542378'

red 84 ◦ green 35 ◦ blue 120

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

Shades of Blue Diamond #542378

Tints of Blue Diamond #542378

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 50.21%

R = 35.15%
G = 14.64%
B = 50.21%

CMYK

 C value IS 0.3

 M value IS 0.71

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#542378 (or 0x542378) is known color: Blue Diamond. HEX triplet: 54, 23 and 78. RGB value is (84,35,120). Sum of RGB (Red+Green+Blue) = 84+35+120=239 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35.15% from 239); Green value is 35 (14.06% from 255 or 14.64% from 239); Blue value is 120 (47.27% from 255 or 50.21% from 239); Max value from RGB is 120 - color contains mainly: blue. Hex color #542378 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #542378 is #ABDC87. Grayscale: #3B3B3B. Windows color (decimal): -11263112 or 7873364. OLE color: 7873364.

HSL color Cylindrical-coordinate representation of color #542378: hue angle of 274.59º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #542378 is Cyan = 0.3, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 84 35 120 -
CMYK 0.3 0.71 0 0.53
HSL 274.59º 0.55% 0.3% -
HSV(B) 274.59º 0.71% 0.47% -
XYZ 7.65 4.44 18.22 -
YUV 59.34 162.23 145.59 -
System Red Green Blue C M Y K H S L
Decimal 84 35 120 0.3 0.71 0 0.53 274.59 0.55 0.3
Hex 54 23 78 1E 47 0 35 113 37 1E
Octal 124 43 170 36 107 0 65 423 67 36
Binary 1010100 100011 1111000 11110 1000111 0 110101 100010011 110111 11110

Color Harmonies of #542378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #542378

Black with #542378

Text Example


Text Example

White with #542378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #542378; }

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

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

background-color css

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

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

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

border-color css

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

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

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