Html Css Color HEX #644A78 Honey Flower

📋 copy color: '#644A78'

red 100 ◦ green 74 ◦ blue 120

#644A78
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Honey Flower #644A78

Tints of Honey Flower #644A78

RGB

 RED value IS 100 (39.45% from 255) = 34.01%

 GREEN value IS 74 (29.3% from 255) = 25.17%

 BLUE value IS 120 (47.27% from 255) = 40.82%

R = 34.01%
G = 25.17%
B = 40.82%

CMYK

 C value IS 0.17

 M value IS 0.38

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#644A78 (or 0x644A78) is known color: Honey Flower. HEX triplet: 64, 4A and 78. RGB value is (100,74,120). Sum of RGB (Red+Green+Blue) = 100+74+120=294 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.01% from 294); Green value is 74 (29.30% from 255 or 25.17% from 294); Blue value is 120 (47.27% from 255 or 40.82% from 294); Max value from RGB is 120 - color contains mainly: blue. Hex color #644A78 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #644A78 is #9BB587. Grayscale: #565656. Windows color (decimal): -10204552 or 7883364. OLE color: 7883364.

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

Color convert

RGB 100 74 120 -
CMYK 0.17 0.38 0 0.53
HSL 273.91º 0.24% 0.38% -
HSV(B) 273.91º 0.38% 0.47% -
XYZ 11.09 8.96 18.91 -
YUV 87.02 146.61 137.26 -
System Red Green Blue C M Y K H S L
Decimal 100 74 120 0.17 0.38 0 0.53 273.91 0.24 0.38
Hex 64 4A 78 11 26 0 35 112 18 26
Octal 144 112 170 21 46 0 65 422 30 46
Binary 1100100 1001010 1111000 10001 100110 0 110101 100010010 11000 100110

Color Harmonies of #644A78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #644A78

Black with #644A78

Text Example


Text Example

White with #644A78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #644A78; }

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

 H1.HeaderClassName
 {
   color: #644A78;
 }
 .AnyTagClassName
 {
   color: #644A78;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #644A78;
 }
 .BgClassName
 {
   background-color: #644A78;
 }
</style>

border-color css

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

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

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