#64407D

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

Shades of Honey Flower #64407D

Tints of Honey Flower #64407D

Color information

#64407D (or 0x64407D) is unknown color: approx Honey Flower. HEX triplet: 64, 40 and 7D. RGB value is (100,64,125). Sum of RGB (Red+Green+Blue) = 100+64+125=289 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.60% from 289); Green value is 64 (25.39% from 255 or 22.15% from 289); Blue value is 125 (49.22% from 255 or 43.25% from 289); Max value from RGB is 125 - color contains mainly: blue. Hex color #64407D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64407D is #9BBF82. Grayscale: #515151. Windows color (decimal): -10207107 or 8208484. OLE color: 8208484.

HSL color Cylindrical-coordinate representation of color #64407D: hue angle of 275.41º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #64407D is Cyan = 0.2, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB10064125-
CMYK0.20.4900.51
HSL275.41º32.28%37.06%-
HSV(B)275.41º48.8%49.02%-
XYZ10.797.8620.35-
YUV81.72152.43141.04-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 34.60%
GREEN value IS 64 (25.39% from 255) = 22.15%
BLUE value IS 125 (49.22% from 255) = 43.25%
R=34.60%
G=22.15%
B=43.25%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal100641250.20.4900.51275.4132.2837.06
Hex64407D14310331132025
Octal14410017524610634234045
Binary110010010000001111101101001100010110011100010011100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64407D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64407D; }

 p { color: rgb(100,64,125); }

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

<style>
 a { background-color: #64407D; }

 a { background-color: rgb(100,64,125); }

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

<style>
 span { border-color: #64407D; }

 span { border-color: rgb(100,64,125); }

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