#622F93

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

Shades of Daisy Bush #622F93

Tints of Daisy Bush #622F93

Color information

#622F93 (or 0x622F93) is unknown color: approx Daisy Bush. HEX triplet: 62, 2F and 93. RGB value is (98,47,147). Sum of RGB (Red+Green+Blue) = 98+47+147=292 (38% of max value = 765). Red value is 98 (38.67% from 255 or 33.56% from 292); Green value is 47 (18.75% from 255 or 16.10% from 292); Blue value is 147 (57.81% from 255 or 50.34% from 292); Max value from RGB is 147 - color contains mainly: blue. Hex color #622F93 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #622F93 is #9DD06C. Grayscale: #494949. Windows color (decimal): -10342509 or 9645922. OLE color: 9645922.

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

Color convert

RGB9847147-
CMYK0.330.6800.42
HSL270.6º51.55%38.04%-
HSV(B)270.6º68.03%57.65%-
XYZ11.326.7428.31-
YUV73.65169.4145.37-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 33.56%
GREEN value IS 47 (18.75% from 255) = 16.10%
BLUE value IS 147 (57.81% from 255) = 50.34%
R=33.56%
G=16.10%
B=50.34%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal98471470.330.6800.42270.651.5538.04
Hex622F93214402A10f3426
Octal14257223411040524176446
Binary11000101011111001001110000110001000101010100001111110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622F93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,47,147); }

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

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

 a { background-color: rgb(98,47,147); }

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

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

 span { border-color: rgb(98,47,147); }

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