#603372

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

Shades of Honey Flower #603372

Tints of Honey Flower #603372

Color information

#603372 (or 0x603372) is unknown color: approx Honey Flower. HEX triplet: 60, 33 and 72. RGB value is (96,51,114). Sum of RGB (Red+Green+Blue) = 96+51+114=261 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.78% from 261); Green value is 51 (20.31% from 255 or 19.54% from 261); Blue value is 114 (44.92% from 255 or 43.68% from 261); Max value from RGB is 114 - color contains mainly: blue. Hex color #603372 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603372 is #9FCC8D. Grayscale: #474747. Windows color (decimal): -10472590 or 7484256. OLE color: 7484256.

HSL color Cylindrical-coordinate representation of color #603372: hue angle of 282.86º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #603372 is Cyan = 0.16, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB9651114-
CMYK0.160.5500.55
HSL282.86º38.18%32.35%-
HSV(B)282.86º55.26%44.71%-
XYZ9.046.0716.61-
YUV71.64151.91145.38-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 36.78%
GREEN value IS 51 (20.31% from 255) = 19.54%
BLUE value IS 114 (44.92% from 255) = 43.68%
R=36.78%
G=19.54%
B=43.68%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal96511140.160.5500.55282.8638.1832.35
Hex603372103703711b2620
Octal1406316220670674334640
Binary11000001100111110010100001101110110111100011011100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603372; }

 p { color: rgb(96,51,114); }

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

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

 a { background-color: rgb(96,51,114); }

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

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

 span { border-color: rgb(96,51,114); }

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