Html Css Color HEX #543378 Kingfisher Daisy

📋 copy color: '#543378'

red 84 ◦ green 51 ◦ blue 120

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

Shades of Kingfisher Daisy #543378

Tints of Kingfisher Daisy #543378

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20%

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

R = 32.94%
G = 20%
B = 47.06%

CMYK

 C value IS 0.3

 M value IS 0.58

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#543378 (or 0x543378) is known color: Kingfisher Daisy. HEX triplet: 54, 33 and 78. RGB value is (84,51,120). Sum of RGB (Red+Green+Blue) = 84+51+120=255 (33% of max value = 765). Red value is 84 (33.20% from 255 or 32.94% from 255); Green value is 51 (20.31% from 255 or 20% from 255); Blue value is 120 (47.27% from 255 or 47.06% from 255); Max value from RGB is 120 - color contains mainly: blue. Hex color #543378 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #543378 is #ABCC87. Grayscale: #444444. Windows color (decimal): -11259016 or 7877460. OLE color: 7877460.

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

Color convert

RGB 84 51 120 -
CMYK 0.3 0.58 0 0.53
HSL 268.7º 0.4% 0.34% -
HSV(B) 268.7º 0.58% 0.47% -
XYZ 8.23 5.61 18.42 -
YUV 68.73 156.93 138.89 -
System Red Green Blue C M Y K H S L
Decimal 84 51 120 0.3 0.58 0 0.53 268.7 0.4 0.34
Hex 54 33 78 1E 3A 0 35 10D 28 22
Octal 124 63 170 36 72 0 65 415 50 42
Binary 1010100 110011 1111000 11110 111010 0 110101 100001101 101000 100010

Color Harmonies of #543378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #543378

Black with #543378

Text Example


Text Example

White with #543378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #543378; }

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

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

background-color css

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

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

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

border-color css

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

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

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