#63327F

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

Shades of Kingfisher Daisy #63327F

Tints of Kingfisher Daisy #63327F

Color information

#63327F (or 0x63327F) is unknown color: approx Kingfisher Daisy. HEX triplet: 63, 32 and 7F. RGB value is (99,50,127). Sum of RGB (Red+Green+Blue) = 99+50+127=276 (36% of max value = 765). Red value is 99 (39.06% from 255 or 35.87% from 276); Green value is 50 (19.92% from 255 or 18.12% from 276); Blue value is 127 (50% from 255 or 46.01% from 276); Max value from RGB is 127 - color contains mainly: blue. Hex color #63327F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63327F is #9CCD80. Grayscale: #494949. Windows color (decimal): -10276225 or 8335971. OLE color: 8335971.

HSL color Cylindrical-coordinate representation of color #63327F: hue angle of 278.18º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #63327F is Cyan = 0.22, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB9950127-
CMYK0.220.6100.50
HSL278.18º43.5%34.71%-
HSV(B)278.18º60.63%49.8%-
XYZ10.126.4720.79-
YUV73.43158.23146.24-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 35.87%
GREEN value IS 50 (19.92% from 255) = 18.12%
BLUE value IS 127 (50% from 255) = 46.01%
R=35.87%
G=18.12%
B=46.01%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal99501270.220.6100.50278.1843.534.71
Hex63327F163D0321162c23
Octal1436217726750624265443
Binary11000111100101111111101101111010110010100010110101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63327F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63327F; }

 p { color: rgb(99,50,127); }

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

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

 a { background-color: rgb(99,50,127); }

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

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

 span { border-color: rgb(99,50,127); }

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