#64347B

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

Shades of Honey Flower #64347B

Tints of Honey Flower #64347B

Color information

#64347B (or 0x64347B) is unknown color: approx Honey Flower. HEX triplet: 64, 34 and 7B. RGB value is (100,52,123). Sum of RGB (Red+Green+Blue) = 100+52+123=275 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.36% from 275); Green value is 52 (20.70% from 255 or 18.91% from 275); Blue value is 123 (48.44% from 255 or 44.73% from 275); Max value from RGB is 123 - color contains mainly: blue. Hex color #64347B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64347B is #9BCB84. Grayscale: #4A4A4A. Windows color (decimal): -10210181 or 8074340. OLE color: 8074340.

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

Color convert

RGB10052123-
CMYK0.190.5800.52
HSL280.56º40.57%34.31%-
HSV(B)280.56º57.72%48.24%-
XYZ10.066.619.48-
YUV74.45155.4146.23-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 36.36%
GREEN value IS 52 (20.70% from 255) = 18.91%
BLUE value IS 123 (48.44% from 255) = 44.73%
R=36.36%
G=18.91%
B=44.73%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal100521230.190.5800.52280.5640.5734.31
Hex64347B133A0341192922
Octal1446417323720644315142
Binary11001001101001111011100111110100110100100011001101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64347B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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