Html Css Color HEX #542081 Kingfisher Daisy

📋 copy color: '#542081'

red 84 ◦ green 32 ◦ blue 129

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

Shades of Kingfisher Daisy #542081

Tints of Kingfisher Daisy #542081

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.06%

 BLUE value IS 129 (50.78% from 255) = 52.65%

R = 34.29%
G = 13.06%
B = 52.65%

CMYK

 C value IS 0.35

 M value IS 0.75

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#542081 (or 0x542081) is known color: Kingfisher Daisy. HEX triplet: 54, 20 and 81. RGB value is (84,32,129). Sum of RGB (Red+Green+Blue) = 84+32+129=245 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.29% from 245); Green value is 32 (12.89% from 255 or 13.06% from 245); Blue value is 129 (50.78% from 255 or 52.65% from 245); Max value from RGB is 129 - color contains mainly: blue. Hex color #542081 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #542081 is #ABDF7E. Grayscale: #3A3A3A. Windows color (decimal): -11263871 or 8462420. OLE color: 8462420.

HSL color Cylindrical-coordinate representation of color #542081: hue angle of 272.16º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #542081 is Cyan = 0.35, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 84 32 129 -
CMYK 0.35 0.75 0 0.49
HSL 272.16º 0.6% 0.32% -
HSV(B) 272.16º 0.75% 0.51% -
XYZ 8.14 4.5 21.21 -
YUV 58.61 167.73 146.11 -
System Red Green Blue C M Y K H S L
Decimal 84 32 129 0.35 0.75 0 0.49 272.16 0.6 0.32
Hex 54 20 81 23 4B 0 31 110 3C 20
Octal 124 40 201 43 113 0 61 420 74 40
Binary 1010100 100000 10000001 100011 1001011 0 110001 100010000 111100 100000

Color Harmonies of #542081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #542081

Black with #542081

Text Example


Text Example

White with #542081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #542081; }

 p { color: rgb(84,32,129); }

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

background-color css

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

 a { background-color: rgb(84,32,129); }

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

border-color css

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

 span { border-color: rgb(84,32,129); }

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