#65377B

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

Shades of Honey Flower #65377B

Tints of Honey Flower #65377B

Color information

#65377B (or 0x65377B) is unknown color: approx Honey Flower. HEX triplet: 65, 37 and 7B. RGB value is (101,55,123). Sum of RGB (Red+Green+Blue) = 101+55+123=279 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.20% from 279); Green value is 55 (21.88% from 255 or 19.71% from 279); Blue value is 123 (48.44% from 255 or 44.09% from 279); Max value from RGB is 123 - color contains mainly: blue. Hex color #65377B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65377B is #9AC884. Grayscale: #4C4C4C. Windows color (decimal): -10143877 or 8075109. OLE color: 8075109.

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

Color convert

RGB10155123-
CMYK0.180.5500.52
HSL280.59º38.2%34.9%-
HSV(B)280.59º55.28%48.24%-
XYZ10.316.9319.53-
YUV76.51154.24145.47-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 36.20%
GREEN value IS 55 (21.88% from 255) = 19.71%
BLUE value IS 123 (48.44% from 255) = 44.09%
R=36.20%
G=19.71%
B=44.09%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal101551230.180.5500.52280.5938.234.9
Hex65377B12370341192623
Octal1456717322670644314643
Binary11001011101111111011100101101110110100100011001100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65377B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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