#63317F

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

Shades of Kingfisher Daisy #63317F

Tints of Kingfisher Daisy #63317F

Color information

#63317F (or 0x63317F) is unknown color: approx Kingfisher Daisy. HEX triplet: 63, 31 and 7F. RGB value is (99,49,127). Sum of RGB (Red+Green+Blue) = 99+49+127=275 (36% of max value = 765). Red value is 99 (39.06% from 255 or 36% from 275); Green value is 49 (19.53% from 255 or 17.82% from 275); Blue value is 127 (50% from 255 or 46.18% from 275); Max value from RGB is 127 - color contains mainly: blue. Hex color #63317F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63317F is #9CCE80. Grayscale: #484848. Windows color (decimal): -10276481 or 8335715. OLE color: 8335715.

HSL color Cylindrical-coordinate representation of color #63317F: hue angle of 278.46º 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 #63317F is Cyan = 0.22, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB9949127-
CMYK0.220.6100.50
HSL278.46º44.32%34.51%-
HSV(B)278.46º61.42%49.8%-
XYZ10.076.3820.78-
YUV72.84158.56146.66-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 36%
GREEN value IS 49 (19.53% from 255) = 17.82%
BLUE value IS 127 (50% from 255) = 46.18%
R=36%
G=17.82%
B=46.18%

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
Decimal99491270.220.6100.50278.4644.3234.51
Hex63317F163D0321162c23
Octal1436117726750624265443
Binary11000111100011111111101101111010110010100010110101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63317F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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