Html Css Color HEX #542F7B Kingfisher Daisy

📋 copy color: '#542F7B'

red 84 ◦ green 47 ◦ blue 123

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

Shades of Kingfisher Daisy #542F7B

Tints of Kingfisher Daisy #542F7B

RGB

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

 GREEN value IS 47 (18.75% from 255) = 18.5%

 BLUE value IS 123 (48.44% from 255) = 48.43%

R = 33.07%
G = 18.5%
B = 48.43%

CMYK

 C value IS 0.32

 M value IS 0.62

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#542F7B (or 0x542F7B) is known color: Kingfisher Daisy. HEX triplet: 54, 2F and 7B. RGB value is (84,47,123). Sum of RGB (Red+Green+Blue) = 84+47+123=254 (33% of max value = 765). Red value is 84 (33.20% from 255 or 33.07% from 254); Green value is 47 (18.75% from 255 or 18.50% from 254); Blue value is 123 (48.44% from 255 or 48.43% from 254); Max value from RGB is 123 - color contains mainly: blue. Hex color #542F7B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #542F7B is #ABD084. Grayscale: #424242. Windows color (decimal): -11260037 or 8073044. OLE color: 8073044.

HSL color Cylindrical-coordinate representation of color #542F7B: hue angle of 269.21º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #542F7B is Cyan = 0.32, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 84 47 123 -
CMYK 0.32 0.62 0 0.52
HSL 269.21º 0.45% 0.33% -
HSV(B) 269.21º 0.62% 0.48% -
XYZ 8.25 5.35 19.34 -
YUV 66.73 159.76 140.32 -
System Red Green Blue C M Y K H S L
Decimal 84 47 123 0.32 0.62 0 0.52 269.21 0.45 0.33
Hex 54 2F 7B 20 3E 0 34 10D 2D 21
Octal 124 57 173 40 76 0 64 415 55 41
Binary 1010100 101111 1111011 100000 111110 0 110100 100001101 101101 100001

Color Harmonies of #542F7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #542F7B

Black with #542F7B

Text Example


Text Example

White with #542F7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #542F7B; }

 p { color: rgb(84,47,123); }

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

background-color css

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

 a { background-color: rgb(84,47,123); }

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

border-color css

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

 span { border-color: rgb(84,47,123); }

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