#622C95

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

Shades of Daisy Bush #622C95

Tints of Daisy Bush #622C95

Color information

#622C95 (or 0x622C95) is unknown color: approx Daisy Bush. HEX triplet: 62, 2C and 95. RGB value is (98,44,149). Sum of RGB (Red+Green+Blue) = 98+44+149=291 (38% of max value = 765). Red value is 98 (38.67% from 255 or 33.68% from 291); Green value is 44 (17.58% from 255 or 15.12% from 291); Blue value is 149 (58.59% from 255 or 51.20% from 291); Max value from RGB is 149 - color contains mainly: blue. Hex color #622C95 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #622C95 is #9DD36A. Grayscale: #474747. Windows color (decimal): -10343275 or 9776226. OLE color: 9776226.

HSL color Cylindrical-coordinate representation of color #622C95: hue angle of 270.86º 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 #622C95 is Cyan = 0.34, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB9844149-
CMYK0.340.7000.42
HSL270.86º54.4%37.84%-
HSV(B)270.86º70.47%58.43%-
XYZ11.366.5729.1-
YUV72.12171.39146.46-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 33.68%
GREEN value IS 44 (17.58% from 255) = 15.12%
BLUE value IS 149 (58.59% from 255) = 51.20%
R=33.68%
G=15.12%
B=51.20%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal98441490.340.7000.42270.8654.437.84
Hex622C95224602A10f3626
Octal14254225421060524176646
Binary11000101011001001010110001010001100101010100001111110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622C95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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