#60377A

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

Shades of Honey Flower #60377A

Tints of Honey Flower #60377A

Color information

#60377A (or 0x60377A) is unknown color: approx Honey Flower. HEX triplet: 60, 37 and 7A. RGB value is (96,55,122). Sum of RGB (Red+Green+Blue) = 96+55+122=273 (36% of max value = 765). Red value is 96 (37.89% from 255 or 35.16% from 273); Green value is 55 (21.88% from 255 or 20.15% from 273); Blue value is 122 (48.05% from 255 or 44.69% from 273); Max value from RGB is 122 - color contains mainly: blue. Hex color #60377A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60377A is #9FC885. Grayscale: #4A4A4A. Windows color (decimal): -10471558 or 8009568. OLE color: 8009568.

HSL color Cylindrical-coordinate representation of color #60377A: hue angle of 276.72º 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 #60377A is Cyan = 0.21, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB9655122-
CMYK0.210.5500.52
HSL276.72º37.85%34.71%-
HSV(B)276.72º54.92%47.84%-
XYZ9.76.6219.18-
YUV74.9154.58143.05-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 35.16%
GREEN value IS 55 (21.88% from 255) = 20.15%
BLUE value IS 122 (48.05% from 255) = 44.69%
R=35.16%
G=20.15%
B=44.69%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal96551220.210.5500.52276.7237.8534.71
Hex60377A15370341152623
Octal1406717225670644254643
Binary11000001101111111010101011101110110100100010101100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60377A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,55,122); }

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

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

 a { background-color: rgb(96,55,122); }

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

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

 span { border-color: rgb(96,55,122); }

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