#633292

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

Shades of Daisy Bush #633292

Tints of Daisy Bush #633292

Color information

#633292 (or 0x633292) is unknown color: approx Daisy Bush. HEX triplet: 63, 32 and 92. RGB value is (99,50,146). Sum of RGB (Red+Green+Blue) = 99+50+146=295 (39% of max value = 765). Red value is 99 (39.06% from 255 or 33.56% from 295); Green value is 50 (19.92% from 255 or 16.95% from 295); Blue value is 146 (57.42% from 255 or 49.49% from 295); Max value from RGB is 146 - color contains mainly: blue. Hex color #633292 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #633292 is #9CCD6D. Grayscale: #4B4B4B. Windows color (decimal): -10276206 or 9581155. OLE color: 9581155.

HSL color Cylindrical-coordinate representation of color #633292: hue angle of 270.62º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #633292 is Cyan = 0.32, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB9950146-
CMYK0.320.6600.43
HSL270.62º48.98%38.43%-
HSV(B)270.62º65.75%57.25%-
XYZ11.477.0127.94-
YUV75.6167.73144.69-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 33.56%
GREEN value IS 50 (19.92% from 255) = 16.95%
BLUE value IS 146 (57.42% from 255) = 49.49%
R=33.56%
G=16.95%
B=49.49%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal99501460.320.6600.43270.6248.9838.43
Hex633292204202B10f3126
Octal14362222401020534176146
Binary11000111100101001001010000010000100101011100001111110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #633292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #633292; }

 p { color: rgb(99,50,146); }

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

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

 a { background-color: rgb(99,50,146); }

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

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

 span { border-color: rgb(99,50,146); }

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