#622B95

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

Shades of Daisy Bush #622B95

Tints of Daisy Bush #622B95

Color information

#622B95 (or 0x622B95) is unknown color: approx Daisy Bush. HEX triplet: 62, 2B and 95. RGB value is (98,43,149). Sum of RGB (Red+Green+Blue) = 98+43+149=290 (38% of max value = 765). Red value is 98 (38.67% from 255 or 33.79% from 290); Green value is 43 (17.19% from 255 or 14.83% from 290); Blue value is 149 (58.59% from 255 or 51.38% from 290); Max value from RGB is 149 - color contains mainly: blue. Hex color #622B95 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #622B95 is #9DD46A. Grayscale: #474747. Windows color (decimal): -10343531 or 9775970. OLE color: 9775970.

HSL color Cylindrical-coordinate representation of color #622B95: hue angle of 271.13º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #622B95 is Cyan = 0.34, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB9843149-
CMYK0.340.7100.42
HSL271.13º55.21%37.65%-
HSV(B)271.13º71.14%58.43%-
XYZ11.336.4929.09-
YUV71.53171.72146.88-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 33.79%
GREEN value IS 43 (17.19% from 255) = 14.83%
BLUE value IS 149 (58.59% from 255) = 51.38%
R=33.79%
G=14.83%
B=51.38%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal98431490.340.7100.42271.1355.2137.65
Hex622B95224702A10f3726
Octal14253225421070524176746
Binary11000101010111001010110001010001110101010100001111110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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