#603B72

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

Shades of Honey Flower #603B72

Tints of Honey Flower #603B72

Color information

#603B72 (or 0x603B72) is unknown color: approx Honey Flower. HEX triplet: 60, 3B and 72. RGB value is (96,59,114). Sum of RGB (Red+Green+Blue) = 96+59+114=269 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.69% from 269); Green value is 59 (23.44% from 255 or 21.93% from 269); Blue value is 114 (44.92% from 255 or 42.38% from 269); Max value from RGB is 114 - color contains mainly: blue. Hex color #603B72 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603B72 is #9FC48D. Grayscale: #4C4C4C. Windows color (decimal): -10470542 or 7486304. OLE color: 7486304.

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

Color convert

RGB9659114-
CMYK0.160.4800.55
HSL280.36º31.79%33.92%-
HSV(B)280.36º48.25%44.71%-
XYZ9.436.8316.74-
YUV76.33149.26142.03-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 35.69%
GREEN value IS 59 (23.44% from 255) = 21.93%
BLUE value IS 114 (44.92% from 255) = 42.38%
R=35.69%
G=21.93%
B=42.38%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal96591140.160.4800.55280.3631.7933.92
Hex603B7210300371182022
Octal1407316220600674304042
Binary11000001110111110010100001100000110111100011000100000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603B72; }

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

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

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

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

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

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

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

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