#643478

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

Shades of Honey Flower #643478

Tints of Honey Flower #643478

Color information

#643478 (or 0x643478) is unknown color: approx Honey Flower. HEX triplet: 64, 34 and 78. RGB value is (100,52,120). Sum of RGB (Red+Green+Blue) = 100+52+120=272 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.76% from 272); Green value is 52 (20.70% from 255 or 19.12% from 272); Blue value is 120 (47.27% from 255 or 44.12% from 272); Max value from RGB is 120 - color contains mainly: blue. Hex color #643478 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #643478 is #9BCB87. Grayscale: #494949. Windows color (decimal): -10210184 or 7877732. OLE color: 7877732.

HSL color Cylindrical-coordinate representation of color #643478: hue angle of 282.35º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #643478 is Cyan = 0.17, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB10052120-
CMYK0.170.5700.53
HSL282.35º39.53%33.73%-
HSV(B)282.35º56.67%47.06%-
XYZ9.876.5218.51-
YUV74.1153.9146.47-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 36.76%
GREEN value IS 52 (20.70% from 255) = 19.12%
BLUE value IS 120 (47.27% from 255) = 44.12%
R=36.76%
G=19.12%
B=44.12%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal100521200.170.5700.53282.3539.5333.73
Hex643478113903511a2822
Octal1446417021710654325042
Binary11001001101001111000100011110010110101100011010101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #643478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #643478; }

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

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

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

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

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

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

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

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