#64317C

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

Shades of Honey Flower #64317C

Tints of Honey Flower #64317C

Color information

#64317C (or 0x64317C) is unknown color: approx Honey Flower. HEX triplet: 64, 31 and 7C. RGB value is (100,49,124). Sum of RGB (Red+Green+Blue) = 100+49+124=273 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.63% from 273); Green value is 49 (19.53% from 255 or 17.95% 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 #64317C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64317C is #9BCE83. Grayscale: #484848. Windows color (decimal): -10210948 or 8139108. OLE color: 8139108.

HSL color Cylindrical-coordinate representation of color #64317C: hue angle of 280.8º 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 #64317C is Cyan = 0.19, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB10049124-
CMYK0.190.6000.51
HSL280.8º43.35%33.92%-
HSV(B)280.8º60.48%48.63%-
XYZ9.996.3619.77-
YUV72.8156.9147.4-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 36.63%
GREEN value IS 49 (19.53% from 255) = 17.95%
BLUE value IS 124 (48.83% from 255) = 45.42%
R=36.63%
G=17.95%
B=45.42%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal100491240.190.6000.51280.843.3533.92
Hex64317C133C0331192b22
Octal1446117423740634315342
Binary11001001100011111100100111111000110011100011001101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64317C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,49,124); }

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

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

 a { background-color: rgb(100,49,124); }

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

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

 span { border-color: rgb(100,49,124); }

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