#63328F

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

Shades of Kingfisher Daisy #63328F

Tints of Kingfisher Daisy #63328F

Color information

#63328F (or 0x63328F) is unknown color: approx Kingfisher Daisy. HEX triplet: 63, 32 and 8F. RGB value is (99,50,143). Sum of RGB (Red+Green+Blue) = 99+50+143=292 (38% of max value = 765). Red value is 99 (39.06% from 255 or 33.90% from 292); Green value is 50 (19.92% from 255 or 17.12% from 292); Blue value is 143 (56.25% from 255 or 48.97% from 292); Max value from RGB is 143 - color contains mainly: blue. Hex color #63328F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #63328F is #9CCD70. Grayscale: #4A4A4A. Windows color (decimal): -10276209 or 9384547. OLE color: 9384547.

HSL color Cylindrical-coordinate representation of color #63328F: hue angle of 271.61º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #63328F is Cyan = 0.31, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB9950143-
CMYK0.310.6500.44
HSL271.61º48.19%37.84%-
HSV(B)271.61º65.03%56.08%-
XYZ11.246.9226.73-
YUV75.25166.23144.94-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 33.90%
GREEN value IS 50 (19.92% from 255) = 17.12%
BLUE value IS 143 (56.25% from 255) = 48.97%
R=33.90%
G=17.12%
B=48.97%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal99501430.310.6500.44271.6148.1937.84
Hex63328F1F4102C1103026
Octal14362217371010544206046
Binary1100011110010100011111111110000010101100100010000110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63328F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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