#63327C

Color #63327C Honey Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Honey Flower #63327C

Tints of Honey Flower #63327C

Color information

#63327C (or 0x63327C) is unknown color: approx Honey Flower. HEX triplet: 63, 32 and 7C. RGB value is (99,50,124). Sum of RGB (Red+Green+Blue) = 99+50+124=273 (36% of max value = 765). Red value is 99 (39.06% from 255 or 36.26% from 273); Green value is 50 (19.92% from 255 or 18.32% from 273); Blue value is 124 (48.83% from 255 or 45.42% from 273); Max value from RGB is 124 - color contains mainly: blue. Hex color #63327C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63327C is #9CCD83. Grayscale: #484848. Windows color (decimal): -10276228 or 8139363. OLE color: 8139363.

HSL color Cylindrical-coordinate representation of color #63327C: hue angle of 279.73º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #63327C is Cyan = 0.20, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB9950124-
CMYK0.200.6000.51
HSL279.73º42.53%34.12%-
HSV(B)279.73º59.68%48.63%-
XYZ9.926.3919.78-
YUV73.09156.73146.48-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 36.26%
GREEN value IS 50 (19.92% from 255) = 18.32%
BLUE value IS 124 (48.83% from 255) = 45.42%
R=36.26%
G=18.32%
B=45.42%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal99501240.200.6000.51279.7342.5334.12
Hex63327C143C0331182b22
Octal1436217424740634305342
Binary11000111100101111100101001111000110011100011000101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63327C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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