#63307A

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

Shades of Honey Flower #63307A

Tints of Honey Flower #63307A

Color information

#63307A (or 0x63307A) is unknown color: approx Honey Flower. HEX triplet: 63, 30 and 7A. RGB value is (99,48,122). Sum of RGB (Red+Green+Blue) = 99+48+122=269 (35% of max value = 765). Red value is 99 (39.06% from 255 or 36.80% from 269); Green value is 48 (19.14% from 255 or 17.84% from 269); Blue value is 122 (48.05% from 255 or 45.35% from 269); Max value from RGB is 122 - color contains mainly: blue. Hex color #63307A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63307A is #9CCF85. Grayscale: #474747. Windows color (decimal): -10276742 or 8007779. OLE color: 8007779.

HSL color Cylindrical-coordinate representation of color #63307A: hue angle of 281.35º degrees, saturation: 0.44, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #63307A is Cyan = 0.19, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB9948122-
CMYK0.190.6100.52
HSL281.35º43.53%33.33%-
HSV(B)281.35º60.66%47.84%-
XYZ9.726.1719.09-
YUV71.68156.4147.48-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 36.80%
GREEN value IS 48 (19.14% from 255) = 17.84%
BLUE value IS 122 (48.05% from 255) = 45.35%
R=36.80%
G=17.84%
B=45.35%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal99481220.190.6100.52281.3543.5333.33
Hex63307A133D0341192c21
Octal1436017223750644315441
Binary11000111100001111010100111111010110100100011001101100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63307A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63307A; }

 p { color: rgb(99,48,122); }

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

<style>
 a { background-color: #63307A; }

 a { background-color: rgb(99,48,122); }

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

<style>
 span { border-color: #63307A; }

 span { border-color: rgb(99,48,122); }

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