#603A8A

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

Shades of Daisy Bush #603A8A

Tints of Daisy Bush #603A8A

Color information

#603A8A (or 0x603A8A) is unknown color: approx Daisy Bush. HEX triplet: 60, 3A and 8A. RGB value is (96,58,138). Sum of RGB (Red+Green+Blue) = 96+58+138=292 (38% of max value = 765). Red value is 96 (37.89% from 255 or 32.88% from 292); Green value is 58 (23.05% from 255 or 19.86% from 292); Blue value is 138 (54.30% from 255 or 47.26% from 292); Max value from RGB is 138 - color contains mainly: blue. Hex color #603A8A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #603A8A is #9FC575. Grayscale: #4E4E4E. Windows color (decimal): -10470774 or 9058912. OLE color: 9058912.

HSL color Cylindrical-coordinate representation of color #603A8A: hue angle of 268.5º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #603A8A is Cyan = 0.30, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB9658138-
CMYK0.300.5800.46
HSL268.5º40.82%38.43%-
HSV(B)268.5º57.97%54.12%-
XYZ10.927.3524.89-
YUV78.48161.59140.5-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 32.88%
GREEN value IS 58 (23.05% from 255) = 19.86%
BLUE value IS 138 (54.30% from 255) = 47.26%
R=32.88%
G=19.86%
B=47.26%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal96581380.300.5800.46268.540.8238.43
Hex603A8A1E3A02E10c2926
Octal1407221236720564145146
Binary110000011101010001010111101110100101110100001100101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603A8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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