#65347C

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

Shades of Honey Flower #65347C

Tints of Honey Flower #65347C

Color information

#65347C (or 0x65347C) is unknown color: approx Honey Flower. HEX triplet: 65, 34 and 7C. RGB value is (101,52,124). Sum of RGB (Red+Green+Blue) = 101+52+124=277 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.46% from 277); Green value is 52 (20.70% from 255 or 18.77% from 277); Blue value is 124 (48.83% from 255 or 44.77% from 277); Max value from RGB is 124 - color contains mainly: blue. Hex color #65347C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65347C is #9ACB83. Grayscale: #4A4A4A. Windows color (decimal): -10144644 or 8139877. OLE color: 8139877.

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

Color convert

RGB10152124-
CMYK0.190.5800.51
HSL280.83º40.91%34.51%-
HSV(B)280.83º58.06%48.63%-
XYZ10.236.6819.82-
YUV74.86155.73146.65-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 36.46%
GREEN value IS 52 (20.70% from 255) = 18.77%
BLUE value IS 124 (48.83% from 255) = 44.77%
R=36.46%
G=18.77%
B=44.77%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal101521240.190.5800.51280.8340.9134.51
Hex65347C133A0331192923
Octal1456417423720634315143
Binary11001011101001111100100111110100110011100011001101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65347C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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