#602F92

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

Shades of Daisy Bush #602F92

Tints of Daisy Bush #602F92

Color information

#602F92 (or 0x602F92) is unknown color: approx Daisy Bush. HEX triplet: 60, 2F and 92. RGB value is (96,47,146). Sum of RGB (Red+Green+Blue) = 96+47+146=289 (38% of max value = 765). Red value is 96 (37.89% from 255 or 33.22% from 289); Green value is 47 (18.75% from 255 or 16.26% from 289); Blue value is 146 (57.42% from 255 or 50.52% from 289); Max value from RGB is 146 - color contains mainly: blue. Hex color #602F92 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #602F92 is #9FD06D. Grayscale: #484848. Windows color (decimal): -10473582 or 9580384. OLE color: 9580384.

HSL color Cylindrical-coordinate representation of color #602F92: hue angle of 269.7º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #602F92 is Cyan = 0.34, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB9647146-
CMYK0.340.6800.43
HSL269.7º51.3%37.84%-
HSV(B)269.7º67.81%57.25%-
XYZ11.036.627.89-
YUV72.94169.23144.45-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 33.22%
GREEN value IS 47 (18.75% from 255) = 16.26%
BLUE value IS 146 (57.42% from 255) = 50.52%
R=33.22%
G=16.26%
B=50.52%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal96471460.340.6800.43269.751.337.84
Hex602F92224402B10e3326
Octal14057222421040534166346
Binary11000001011111001001010001010001000101011100001110110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,47,146); }

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

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

 a { background-color: rgb(96,47,146); }

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

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

 span { border-color: rgb(96,47,146); }

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