#65417C

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

Shades of Honey Flower #65417C

Tints of Honey Flower #65417C

Color information

#65417C (or 0x65417C) is unknown color: approx Honey Flower. HEX triplet: 65, 41 and 7C. RGB value is (101,65,124). Sum of RGB (Red+Green+Blue) = 101+65+124=290 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.83% from 290); Green value is 65 (25.78% from 255 or 22.41% from 290); Blue value is 124 (48.83% from 255 or 42.76% from 290); Max value from RGB is 124 - color contains mainly: blue. Hex color #65417C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65417C is #9ABE83. Grayscale: #525252. Windows color (decimal): -10141316 or 8143205. OLE color: 8143205.

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

Color convert

RGB10165124-
CMYK0.190.4800.51
HSL276.61º31.22%37.06%-
HSV(B)276.61º47.58%48.63%-
XYZ10.9820.04-
YUV82.49151.43141.2-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 34.83%
GREEN value IS 65 (25.78% from 255) = 22.41%
BLUE value IS 124 (48.83% from 255) = 42.76%
R=34.83%
G=22.41%
B=42.76%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal101651240.190.4800.51276.6131.2237.06
Hex65417C13300331151f25
Octal14510117423600634253745
Binary11001011000001111110010011110000011001110001010111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65417C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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