Html Css Color HEX #5E247C Kingfisher Daisy

📋 copy color: '#5E247C'

red 94 ◦ green 36 ◦ blue 124

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

Shades of Kingfisher Daisy #5E247C

Tints of Kingfisher Daisy #5E247C

RGB

 RED value IS 94 (37.11% from 255) = 37.01%

 GREEN value IS 36 (14.45% from 255) = 14.17%

 BLUE value IS 124 (48.83% from 255) = 48.82%

R = 37.01%
G = 14.17%
B = 48.82%

CMYK

 C value IS 0.24

 M value IS 0.71

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#5E247C (or 0x5E247C) is known color: Kingfisher Daisy. HEX triplet: 5E, 24 and 7C. RGB value is (94,36,124). Sum of RGB (Red+Green+Blue) = 94+36+124=254 (33% of max value = 765). Red value is 94 (37.11% from 255 or 37.01% from 254); Green value is 36 (14.45% from 255 or 14.17% from 254); Blue value is 124 (48.83% from 255 or 48.82% from 254); Max value from RGB is 124 - color contains mainly: blue. Hex color #5E247C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E247C is #A1DB83. Grayscale: #3F3F3F. Windows color (decimal): -10607492 or 8135774. OLE color: 8135774.

HSL color Cylindrical-coordinate representation of color #5E247C: hue angle of 279.55º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5E247C is Cyan = 0.24, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 94 36 124 -
CMYK 0.24 0.71 0 0.51
HSL 279.55º 0.55% 0.31% -
HSV(B) 279.55º 0.71% 0.49% -
XYZ 8.89 5.1 19.58 -
YUV 63.37 162.22 149.84 -
System Red Green Blue C M Y K H S L
Decimal 94 36 124 0.24 0.71 0 0.51 279.55 0.55 0.31
Hex 5E 24 7C 18 47 0 33 118 37 1F
Octal 136 44 174 30 107 0 63 430 67 37
Binary 1011110 100100 1111100 11000 1000111 0 110011 100011000 110111 11111

Color Harmonies of #5E247C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E247C

Black with #5E247C

Text Example


Text Example

White with #5E247C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5E247C; }

 p { color: rgb(94,36,124); }

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

background-color css

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

 a { background-color: rgb(94,36,124); }

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

border-color css

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

 span { border-color: rgb(94,36,124); }

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