#602595

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

Shades of Kingfisher Daisy #602595

Tints of Kingfisher Daisy #602595

Color information

#602595 (or 0x602595) is unknown color: approx Kingfisher Daisy. HEX triplet: 60, 25 and 95. RGB value is (96,37,149). Sum of RGB (Red+Green+Blue) = 96+37+149=282 (37% of max value = 765). Red value is 96 (37.89% from 255 or 34.04% from 282); Green value is 37 (14.84% from 255 or 13.12% from 282); Blue value is 149 (58.59% from 255 or 52.84% from 282); Max value from RGB is 149 - color contains mainly: blue. Hex color #602595 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #602595 is #9FDA6A. Grayscale: #434343. Windows color (decimal): -10476139 or 9774432. OLE color: 9774432.

HSL color Cylindrical-coordinate representation of color #602595: hue angle of 271.61º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #602595 is Cyan = 0.36, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB9637149-
CMYK0.360.7500.42
HSL271.61º60.22%36.47%-
HSV(B)271.61º75.17%58.43%-
XYZ10.915.9829.01-
YUV67.41174.05148.39-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 34.04%
GREEN value IS 37 (14.84% from 255) = 13.12%
BLUE value IS 149 (58.59% from 255) = 52.84%
R=34.04%
G=13.12%
B=52.84%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal96371490.360.7500.42271.6160.2236.47
Hex602595244B02A1103c24
Octal14045225441130524207444
Binary11000001001011001010110010010010110101010100010000111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602595; }

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

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

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

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

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

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

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

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