#603278

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

Shades of Honey Flower #603278

Tints of Honey Flower #603278

Color information

#603278 (or 0x603278) is unknown color: approx Honey Flower. HEX triplet: 60, 32 and 78. RGB value is (96,50,120). Sum of RGB (Red+Green+Blue) = 96+50+120=266 (35% of max value = 765). Red value is 96 (37.89% from 255 or 36.09% from 266); Green value is 50 (19.92% from 255 or 18.80% from 266); Blue value is 120 (47.27% from 255 or 45.11% from 266); Max value from RGB is 120 - color contains mainly: blue. Hex color #603278 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603278 is #9FCD87. Grayscale: #474747. Windows color (decimal): -10472840 or 7877216. OLE color: 7877216.

HSL color Cylindrical-coordinate representation of color #603278: hue angle of 279.43º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #603278 is Cyan = 0.2, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB9650120-
CMYK0.20.5800.53
HSL279.43º41.18%33.33%-
HSV(B)279.43º58.33%47.06%-
XYZ9.356.1218.46-
YUV71.73155.24145.31-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 36.09%
GREEN value IS 50 (19.92% from 255) = 18.80%
BLUE value IS 120 (47.27% from 255) = 45.11%
R=36.09%
G=18.80%
B=45.11%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal96501200.20.5800.53279.4341.1833.33
Hex603278143A0351172921
Octal1406217024720654275141
Binary11000001100101111000101001110100110101100010111101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603278; }

 p { color: rgb(96,50,120); }

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

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

 a { background-color: rgb(96,50,120); }

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

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

 span { border-color: rgb(96,50,120); }

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