#653E7C

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

Shades of Honey Flower #653E7C

Tints of Honey Flower #653E7C

Color information

#653E7C (or 0x653E7C) is unknown color: approx Honey Flower. HEX triplet: 65, 3E and 7C. RGB value is (101,62,124). Sum of RGB (Red+Green+Blue) = 101+62+124=287 (38% of max value = 765). Red value is 101 (39.84% from 255 or 35.19% from 287); Green value is 62 (24.61% from 255 or 21.60% from 287); Blue value is 124 (48.83% from 255 or 43.21% from 287); Max value from RGB is 124 - color contains mainly: blue. Hex color #653E7C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #653E7C is #9AC183. Grayscale: #505050. Windows color (decimal): -10142084 or 8142437. OLE color: 8142437.

HSL color Cylindrical-coordinate representation of color #653E7C: hue angle of 277.74º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #653E7C is Cyan = 0.19, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB10162124-
CMYK0.190.500.51
HSL277.74º33.33%36.47%-
HSV(B)277.74º50%48.63%-
XYZ10.737.6719.98-
YUV80.73152.42142.46-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 35.19%
GREEN value IS 62 (24.61% from 255) = 21.60%
BLUE value IS 124 (48.83% from 255) = 43.21%
R=35.19%
G=21.60%
B=43.21%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal101621240.190.500.51277.7433.3336.47
Hex653E7C13320331162124
Octal1457617423620634264144
Binary11001011111101111100100111100100110011100010110100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #653E7C; }

 p { color: rgb(101,62,124); }

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

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

 a { background-color: rgb(101,62,124); }

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

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

 span { border-color: rgb(101,62,124); }

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