#603071

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

Shades of Honey Flower #603071

Tints of Honey Flower #603071

Color information

#603071 (or 0x603071) is unknown color: approx Honey Flower. HEX triplet: 60, 30 and 71. RGB value is (96,48,113). Sum of RGB (Red+Green+Blue) = 96+48+113=257 (34% of max value = 765). Red value is 96 (37.89% from 255 or 37.35% from 257); Green value is 48 (19.14% from 255 or 18.68% from 257); Blue value is 113 (44.53% from 255 or 43.97% from 257); Max value from RGB is 113 - color contains mainly: blue. Hex color #603071 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603071 is #9FCF8E. Grayscale: #454545. Windows color (decimal): -10473359 or 7417952. OLE color: 7417952.

HSL color Cylindrical-coordinate representation of color #603071: hue angle of 284.31º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #603071 is Cyan = 0.15, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB9648113-
CMYK0.150.5800.56
HSL284.31º40.37%31.57%-
HSV(B)284.31º57.52%44.31%-
XYZ8.865.7916.27-
YUV69.76152.4146.71-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 37.35%
GREEN value IS 48 (19.14% from 255) = 18.68%
BLUE value IS 113 (44.53% from 255) = 43.97%
R=37.35%
G=18.68%
B=43.97%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal96481130.150.5800.56284.3140.3731.57
Hex603071F3A03811c2820
Octal1406016117720704345040
Binary1100000110000111000111111110100111000100011100101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603071; }

 p { color: rgb(96,48,113); }

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

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

 a { background-color: rgb(96,48,113); }

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

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

 span { border-color: rgb(96,48,113); }

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