#654175

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

Shades of Honey Flower #654175

Tints of Honey Flower #654175

Color information

#654175 (or 0x654175) is unknown color: approx Honey Flower. HEX triplet: 65, 41 and 75. RGB value is (101,65,117). Sum of RGB (Red+Green+Blue) = 101+65+117=283 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.69% from 283); Green value is 65 (25.78% from 255 or 22.97% from 283); Blue value is 117 (46.09% from 255 or 41.34% from 283); Max value from RGB is 117 - color contains mainly: blue. Hex color #654175 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #654175 is #9ABE8A. Grayscale: #515151. Windows color (decimal): -10141323 or 7684453. OLE color: 7684453.

HSL color Cylindrical-coordinate representation of color #654175: hue angle of 281.54º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #654175 is Cyan = 0.14, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB10165117-
CMYK0.140.4400.54
HSL281.54º28.57%35.69%-
HSV(B)281.54º44.44%45.88%-
XYZ10.477.8317.79-
YUV81.69147.93141.77-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 35.69%
GREEN value IS 65 (25.78% from 255) = 22.97%
BLUE value IS 117 (46.09% from 255) = 41.34%
R=35.69%
G=22.97%
B=41.34%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal101651170.140.4400.54281.5428.5735.69
Hex654175E2C03611a1d24
Octal14510116516540664323544
Binary1100101100000111101011110101100011011010001101011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #654175; }

 p { color: rgb(101,65,117); }

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

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

 a { background-color: rgb(101,65,117); }

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

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

 span { border-color: rgb(101,65,117); }

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