#64347D

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

Shades of Honey Flower #64347D

Tints of Honey Flower #64347D

Color information

#64347D (or 0x64347D) is unknown color: approx Honey Flower. HEX triplet: 64, 34 and 7D. RGB value is (100,52,125). Sum of RGB (Red+Green+Blue) = 100+52+125=277 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.10% from 277); Green value is 52 (20.70% from 255 or 18.77% from 277); Blue value is 125 (49.22% from 255 or 45.13% from 277); Max value from RGB is 125 - color contains mainly: blue. Hex color #64347D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64347D is #9BCB82. Grayscale: #4A4A4A. Windows color (decimal): -10210179 or 8205412. OLE color: 8205412.

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

Color convert

RGB10052125-
CMYK0.20.5800.51
HSL279.45º41.24%34.71%-
HSV(B)279.45º58.4%49.02%-
XYZ10.196.6520.15-
YUV74.67156.4146.06-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 36.10%
GREEN value IS 52 (20.70% from 255) = 18.77%
BLUE value IS 125 (49.22% from 255) = 45.13%
R=36.10%
G=18.77%
B=45.13%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal100521250.20.5800.51279.4541.2434.71
Hex64347D143A0331172923
Octal1446417524720634275143
Binary11001001101001111101101001110100110011100010111101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64347D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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