#65387C

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

Shades of Honey Flower #65387C

Tints of Honey Flower #65387C

Color information

#65387C (or 0x65387C) is unknown color: approx Honey Flower. HEX triplet: 65, 38 and 7C. RGB value is (101,56,124). Sum of RGB (Red+Green+Blue) = 101+56+124=281 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.94% from 281); Green value is 56 (22.27% from 255 or 19.93% from 281); Blue value is 124 (48.83% from 255 or 44.13% from 281); Max value from RGB is 124 - color contains mainly: blue. Hex color #65387C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65387C is #9AC783. Grayscale: #4C4C4C. Windows color (decimal): -10143620 or 8140901. OLE color: 8140901.

HSL color Cylindrical-coordinate representation of color #65387C: hue angle of 279.71º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #65387C is Cyan = 0.19, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB10156124-
CMYK0.190.5500.51
HSL279.71º37.78%35.29%-
HSV(B)279.71º54.84%48.63%-
XYZ10.427.0519.88-
YUV77.21154.41144.97-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 35.94%
GREEN value IS 56 (22.27% from 255) = 19.93%
BLUE value IS 124 (48.83% from 255) = 44.13%
R=35.94%
G=19.93%
B=44.13%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal101561240.190.5500.51279.7137.7835.29
Hex65387C13370331182623
Octal1457017423670634304643
Binary11001011110001111100100111101110110011100011000100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65387C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65387C; }

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

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

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

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

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

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

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

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