#603399

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

Shades of Daisy Bush #603399

Tints of Daisy Bush #603399

Color information

#603399 (or 0x603399) is unknown color: approx Daisy Bush. HEX triplet: 60, 33 and 99. RGB value is (96,51,153). Sum of RGB (Red+Green+Blue) = 96+51+153=300 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32% from 300); Green value is 51 (20.31% from 255 or 17% from 300); Blue value is 153 (60.16% from 255 or 51% from 300); Max value from RGB is 153 - color contains mainly: blue. Hex color #603399 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #603399 is #9FCC66. Grayscale: #4B4B4B. Windows color (decimal): -10472551 or 10040160. OLE color: 10040160.

HSL color Cylindrical-coordinate representation of color #603399: hue angle of 266.47º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #603399 is Cyan = 0.37, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB9651153-
CMYK0.370.6700.4
HSL266.47º50%40%-
HSV(B)266.47º66.67%60%-
XYZ11.767.1530.9-
YUV76.08171.41142.21-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 32%
GREEN value IS 51 (20.31% from 255) = 17%
BLUE value IS 153 (60.16% from 255) = 51%
R=32%
G=17%
B=51%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal96511530.370.6700.4266.475040
Hex603399254302810a3228
Octal14063231451030504126250
Binary11000001100111001100110010110000110101000100001010110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603399; }

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

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

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

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

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

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

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

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