#602C95

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

Shades of Daisy Bush #602C95

Tints of Daisy Bush #602C95

Color information

#602C95 (or 0x602C95) is unknown color: approx Daisy Bush. HEX triplet: 60, 2C and 95. RGB value is (96,44,149). Sum of RGB (Red+Green+Blue) = 96+44+149=289 (38% of max value = 765). Red value is 96 (37.89% from 255 or 33.22% from 289); Green value is 44 (17.58% from 255 or 15.22% from 289); Blue value is 149 (58.59% from 255 or 51.56% from 289); Max value from RGB is 149 - color contains mainly: blue. Hex color #602C95 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #602C95 is #9FD36A. Grayscale: #474747. Windows color (decimal): -10474347 or 9776224. OLE color: 9776224.

HSL color Cylindrical-coordinate representation of color #602C95: hue angle of 269.71º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #602C95 is Cyan = 0.36, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB9644149-
CMYK0.360.7000.42
HSL269.71º54.4%37.84%-
HSV(B)269.71º70.47%58.43%-
XYZ11.156.4629.09-
YUV71.52171.73145.46-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 33.22%
GREEN value IS 44 (17.58% from 255) = 15.22%
BLUE value IS 149 (58.59% from 255) = 51.56%
R=33.22%
G=15.22%
B=51.56%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal96441490.360.7000.42269.7154.437.84
Hex602C95244602A10e3626
Octal14054225441060524166646
Binary11000001011001001010110010010001100101010100001110110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602C95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602C95; }

 p { color: rgb(96,44,149); }

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

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

 a { background-color: rgb(96,44,149); }

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

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

 span { border-color: rgb(96,44,149); }

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