Html Css Color HEX #644172 Honey Flower

📋 copy color: '#644172'

red 100 ◦ green 65 ◦ blue 114

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

Shades of Honey Flower #644172

Tints of Honey Flower #644172

RGB

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

 GREEN value IS 65 (25.78% from 255) = 23.3%

 BLUE value IS 114 (44.92% from 255) = 40.86%

R = 35.84%
G = 23.3%
B = 40.86%

CMYK

 C value IS 0.12

 M value IS 0.43

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#644172 (or 0x644172) is known color: Honey Flower. HEX triplet: 64, 41 and 72. RGB value is (100,65,114). Sum of RGB (Red+Green+Blue) = 100+65+114=279 (36% of max value = 765). Red value is 100 (39.45% from 255 or 35.84% from 279); Green value is 65 (25.78% from 255 or 23.30% from 279); Blue value is 114 (44.92% from 255 or 40.86% from 279); Max value from RGB is 114 - color contains mainly: blue. Hex color #644172 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #644172 is #9BBE8D. Grayscale: #505050. Windows color (decimal): -10206862 or 7487844. OLE color: 7487844.

HSL color Cylindrical-coordinate representation of color #644172: hue angle of 282.86º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #644172 is Cyan = 0.12, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 100 65 114 -
CMYK 0.12 0.43 0 0.55
HSL 282.86º 0.27% 0.35% -
HSV(B) 282.86º 0.43% 0.45% -
XYZ 10.18 7.7 16.87 -
YUV 81.05 146.6 141.52 -
System Red Green Blue C M Y K H S L
Decimal 100 65 114 0.12 0.43 0 0.55 282.86 0.27 0.35
Hex 64 41 72 C 2B 0 37 11B 1B 23
Octal 144 101 162 14 53 0 67 433 33 43
Binary 1100100 1000001 1110010 1100 101011 0 110111 100011011 11011 100011

Color Harmonies of #644172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #644172

Black with #644172

Text Example


Text Example

White with #644172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #644172; }

 p { color: rgb(100,65,114); }

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

background-color css

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

 a { background-color: rgb(100,65,114); }

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

border-color css

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

 span { border-color: rgb(100,65,114); }

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