#65417B

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

Shades of Honey Flower #65417B

Tints of Honey Flower #65417B

Color information

#65417B (or 0x65417B) is unknown color: approx Honey Flower. HEX triplet: 65, 41 and 7B. RGB value is (101,65,123). Sum of RGB (Red+Green+Blue) = 101+65+123=289 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.95% from 289); Green value is 65 (25.78% from 255 or 22.49% from 289); Blue value is 123 (48.44% from 255 or 42.56% from 289); Max value from RGB is 123 - color contains mainly: blue. Hex color #65417B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65417B is #9ABE84. Grayscale: #525252. Windows color (decimal): -10141317 or 8077669. OLE color: 8077669.

HSL color Cylindrical-coordinate representation of color #65417B: hue angle of 277.24º degrees, saturation: 0.31, 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 #65417B is Cyan = 0.18, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB10165123-
CMYK0.180.4700.52
HSL277.24º30.85%36.86%-
HSV(B)277.24º47.15%48.24%-
XYZ10.837.9819.71-
YUV82.38150.93141.28-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 34.95%
GREEN value IS 65 (25.78% from 255) = 22.49%
BLUE value IS 123 (48.44% from 255) = 42.56%
R=34.95%
G=22.49%
B=42.56%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal101651230.180.4700.52277.2430.8536.86
Hex65417B122F0341151f25
Octal14510117322570644253745
Binary11001011000001111101110010101111011010010001010111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65417B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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