#65417A

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

Shades of Honey Flower #65417A

Tints of Honey Flower #65417A

Color information

#65417A (or 0x65417A) is unknown color: approx Honey Flower. HEX triplet: 65, 41 and 7A. RGB value is (101,65,122). Sum of RGB (Red+Green+Blue) = 101+65+122=288 (38% of max value = 765). Red value is 101 (39.84% from 255 or 35.07% from 288); Green value is 65 (25.78% from 255 or 22.57% from 288); Blue value is 122 (48.05% from 255 or 42.36% from 288); Max value from RGB is 122 - color contains mainly: blue. Hex color #65417A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65417A is #9ABE85. Grayscale: #525252. Windows color (decimal): -10141318 or 8012133. OLE color: 8012133.

HSL color Cylindrical-coordinate representation of color #65417A: hue angle of 277.89º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #65417A is Cyan = 0.17, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB10165122-
CMYK0.170.4700.52
HSL277.89º30.48%36.67%-
HSV(B)277.89º46.72%47.84%-
XYZ10.777.9519.38-
YUV82.26150.43141.37-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 35.07%
GREEN value IS 65 (25.78% from 255) = 22.57%
BLUE value IS 122 (48.05% from 255) = 42.36%
R=35.07%
G=22.57%
B=42.36%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal101651220.170.4700.52277.8930.4836.67
Hex65417A112F0341161e25
Octal14510117221570644263645
Binary11001011000001111101010001101111011010010001011011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65417A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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