#602797

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

Shades of Daisy Bush #602797

Tints of Daisy Bush #602797

Color information

#602797 (or 0x602797) is unknown color: approx Daisy Bush. HEX triplet: 60, 27 and 97. RGB value is (96,39,151). Sum of RGB (Red+Green+Blue) = 96+39+151=286 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.57% from 286); Green value is 39 (15.62% from 255 or 13.64% from 286); Blue value is 151 (59.38% from 255 or 52.80% from 286); Max value from RGB is 151 - color contains mainly: blue. Hex color #602797 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #602797 is #9FD868. Grayscale: #444444. Windows color (decimal): -10475625 or 9906016. OLE color: 9906016.

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

Color convert

RGB9639151-
CMYK0.360.7400.41
HSL270.54º58.95%37.25%-
HSV(B)270.54º74.17%59.22%-
XYZ11.146.1729.88-
YUV68.81174.38147.39-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 33.57%
GREEN value IS 39 (15.62% from 255) = 13.64%
BLUE value IS 151 (59.38% from 255) = 52.80%
R=33.57%
G=13.64%
B=52.80%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal96391510.360.7400.41270.5458.9537.25
Hex602797244A02910f3b25
Octal14047227441120514177345
Binary11000001001111001011110010010010100101001100001111111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602797

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602797; }

 p { color: rgb(96,39,151); }

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

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

 a { background-color: rgb(96,39,151); }

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

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

 span { border-color: rgb(96,39,151); }

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