#603A8B

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

Shades of Daisy Bush #603A8B

Tints of Daisy Bush #603A8B

Color information

#603A8B (or 0x603A8B) is unknown color: approx Daisy Bush. HEX triplet: 60, 3A and 8B. RGB value is (96,58,139). Sum of RGB (Red+Green+Blue) = 96+58+139=293 (38% of max value = 765). Red value is 96 (37.89% from 255 or 32.76% from 293); Green value is 58 (23.05% from 255 or 19.80% from 293); Blue value is 139 (54.69% from 255 or 47.44% from 293); Max value from RGB is 139 - color contains mainly: blue. Hex color #603A8B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #603A8B is #9FC574. Grayscale: #4E4E4E. Windows color (decimal): -10470773 or 9124448. OLE color: 9124448.

HSL color Cylindrical-coordinate representation of color #603A8B: hue angle of 268.15º degrees, saturation: 0.41, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #603A8B is Cyan = 0.31, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB9658139-
CMYK0.310.5800.45
HSL268.15º41.12%38.63%-
HSV(B)268.15º58.27%54.51%-
XYZ117.3825.27-
YUV78.6162.09140.41-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 32.76%
GREEN value IS 58 (23.05% from 255) = 19.80%
BLUE value IS 139 (54.69% from 255) = 47.44%
R=32.76%
G=19.80%
B=47.44%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal96581390.310.5800.45268.1541.1238.63
Hex603A8B1F3A02D10c2927
Octal1407221337720554145147
Binary110000011101010001011111111110100101101100001100101001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,58,139); }

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

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

 a { background-color: rgb(96,58,139); }

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

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

 span { border-color: rgb(96,58,139); }

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