#65347B

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

Shades of Honey Flower #65347B

Tints of Honey Flower #65347B

Color information

#65347B (or 0x65347B) is unknown color: approx Honey Flower. HEX triplet: 65, 34 and 7B. RGB value is (101,52,123). Sum of RGB (Red+Green+Blue) = 101+52+123=276 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.59% from 276); Green value is 52 (20.70% from 255 or 18.84% from 276); Blue value is 123 (48.44% from 255 or 44.57% from 276); Max value from RGB is 123 - color contains mainly: blue. Hex color #65347B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65347B is #9ACB84. Grayscale: #4A4A4A. Windows color (decimal): -10144645 or 8074341. OLE color: 8074341.

HSL color Cylindrical-coordinate representation of color #65347B: hue angle of 281.41º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #65347B is Cyan = 0.18, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB10152123-
CMYK0.180.5800.52
HSL281.41º40.57%34.31%-
HSV(B)281.41º57.72%48.24%-
XYZ10.176.6519.49-
YUV74.74155.23146.73-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 36.59%
GREEN value IS 52 (20.70% from 255) = 18.84%
BLUE value IS 123 (48.44% from 255) = 44.57%
R=36.59%
G=18.84%
B=44.57%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal101521230.180.5800.52281.4140.5734.31
Hex65347B123A0341192922
Octal1456417322720644315142
Binary11001011101001111011100101110100110100100011001101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65347B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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