#64317B

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

Shades of Honey Flower #64317B

Tints of Honey Flower #64317B

Color information

#64317B (or 0x64317B) is unknown color: approx Honey Flower. HEX triplet: 64, 31 and 7B. RGB value is (100,49,123). Sum of RGB (Red+Green+Blue) = 100+49+123=272 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.76% from 272); Green value is 49 (19.53% from 255 or 18.01% from 272); Blue value is 123 (48.44% from 255 or 45.22% from 272); Max value from RGB is 123 - color contains mainly: blue. Hex color #64317B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64317B is #9BCE84. Grayscale: #484848. Windows color (decimal): -10210949 or 8073572. OLE color: 8073572.

HSL color Cylindrical-coordinate representation of color #64317B: hue angle of 281.35º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #64317B is Cyan = 0.19, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB10049123-
CMYK0.190.6000.52
HSL281.35º43.02%33.73%-
HSV(B)281.35º60.16%48.24%-
XYZ9.936.3419.44-
YUV72.68156.4147.48-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 36.76%
GREEN value IS 49 (19.53% from 255) = 18.01%
BLUE value IS 123 (48.44% from 255) = 45.22%
R=36.76%
G=18.01%
B=45.22%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal100491230.190.6000.52281.3543.0233.73
Hex64317B133C0341192b22
Octal1446117323740644315342
Binary11001001100011111011100111111000110100100011001101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64317B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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