#602996

Color #602996 Daisy Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Daisy Bush #602996

Tints of Daisy Bush #602996

Color information

#602996 (or 0x602996) is unknown color: approx Daisy Bush. HEX triplet: 60, 29 and 96. RGB value is (96,41,150). Sum of RGB (Red+Green+Blue) = 96+41+150=287 (38% of max value = 765). Red value is 96 (37.89% from 255 or 33.45% from 287); Green value is 41 (16.41% from 255 or 14.29% from 287); Blue value is 150 (58.98% from 255 or 52.26% from 287); Max value from RGB is 150 - color contains mainly: blue. Hex color #602996 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #602996 is #9FD669. Grayscale: #454545. Windows color (decimal): -10475114 or 9840992. OLE color: 9840992.

HSL color Cylindrical-coordinate representation of color #602996: hue angle of 270.28º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #602996 is Cyan = 0.36, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB9641150-
CMYK0.360.7300.41
HSL270.28º57.07%37.45%-
HSV(B)270.28º72.67%58.82%-
XYZ11.126.2729.48-
YUV69.87173.22146.64-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 33.45%
GREEN value IS 41 (16.41% from 255) = 14.29%
BLUE value IS 150 (58.98% from 255) = 52.26%
R=33.45%
G=14.29%
B=52.26%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal96411500.360.7300.41270.2857.0737.45
Hex602996244902910e3925
Octal14051226441110514167145
Binary11000001010011001011010010010010010101001100001110111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602996; }

 p { color: rgb(96,41,150); }

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

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

 a { background-color: rgb(96,41,150); }

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

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

 span { border-color: rgb(96,41,150); }

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