#501C93

Color #501C93 Kingfisher Daisy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kingfisher Daisy #501C93

Tints of Kingfisher Daisy #501C93

Color information

#501C93 (or 0x501C93) is unknown color: approx Kingfisher Daisy. HEX triplet: 50, 1C and 93. RGB value is (80,28,147). Sum of RGB (Red+Green+Blue) = 80+28+147=255 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.37% from 255); Green value is 28 (11.33% from 255 or 10.98% from 255); Blue value is 147 (57.81% from 255 or 57.65% from 255); Max value from RGB is 147 - color contains mainly: blue. Hex color #501C93 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #501C93 is #AFE36C. Grayscale: #383838. Windows color (decimal): -11527021 or 9641040. OLE color: 9641040.

HSL color Cylindrical-coordinate representation of color #501C93: hue angle of 266.22º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #501C93 is Cyan = 0.46, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB8028147-
CMYK0.460.8100.42
HSL266.22º68%34.31%-
HSV(B)266.22º80.95%57.65%-
XYZ8.994.6428.03-
YUV57.11178.73144.32-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 31.37%
GREEN value IS 28 (11.33% from 255) = 10.98%
BLUE value IS 147 (57.81% from 255) = 57.65%
R=31.37%
G=10.98%
B=57.65%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal80281470.460.8100.42266.226834.31
Hex501C932E5102A10a4422
Octal120342235612105241210442
Binary10100001110010010011101110101000101010101000010101000100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501C93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501C93; }

 p { color: rgb(80,28,147); }

 H1.HeaderClassName
 {
   color: #501C93;
 }
 .AnyTagClassName
 {
   color: #501C93;
 }
</style>
background-color css

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

 a { background-color: rgb(80,28,147); }

 div.DivClassName
 {
   background-color: #501C93;
 }
 .BgClassName
 {
   background-color: #501C93;
 }
</style>
border-color css

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

 span { border-color: rgb(80,28,147); }

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