#63217F

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

Shades of Kingfisher Daisy #63217F

Tints of Kingfisher Daisy #63217F

Color information

#63217F (or 0x63217F) is unknown color: approx Kingfisher Daisy. HEX triplet: 63, 21 and 7F. RGB value is (99,33,127). Sum of RGB (Red+Green+Blue) = 99+33+127=259 (34% of max value = 765). Red value is 99 (39.06% from 255 or 38.22% from 259); Green value is 33 (13.28% from 255 or 12.74% from 259); Blue value is 127 (50% from 255 or 49.03% from 259); Max value from RGB is 127 - color contains mainly: blue. Hex color #63217F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63217F is #9CDE80. Grayscale: #3F3F3F. Windows color (decimal): -10280577 or 8331619. OLE color: 8331619.

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

Color convert

RGB9933127-
CMYK0.220.7400.50
HSL282.13º58.75%31.37%-
HSV(B)282.13º74.02%49.8%-
XYZ9.525.2720.59-
YUV63.45163.87153.36-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 38.22%
GREEN value IS 33 (13.28% from 255) = 12.74%
BLUE value IS 127 (50% from 255) = 49.03%
R=38.22%
G=12.74%
B=49.03%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal99331270.220.7400.50282.1358.7531.37
Hex63217F164A03211a3b1f
Octal14341177261120624327337
Binary11000111000011111111101101001010011001010001101011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63217F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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