#621E72

Color #621E72 Seance (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Seance #621E72

Tints of Seance #621E72

Color information

#621E72 (or 0x621E72) is unknown color: approx Seance. HEX triplet: 62, 1E and 72. RGB value is (98,30,114). Sum of RGB (Red+Green+Blue) = 98+30+114=242 (32% of max value = 765). Red value is 98 (38.67% from 255 or 40.50% from 242); Green value is 30 (12.11% from 255 or 12.40% from 242); Blue value is 114 (44.92% from 255 or 47.11% from 242); Max value from RGB is 114 - color contains mainly: blue. Hex color #621E72 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #621E72 is #9DE18D. Grayscale: #3B3B3B. Windows color (decimal): -10346894 or 7478882. OLE color: 7478882.

HSL color Cylindrical-coordinate representation of color #621E72: hue angle of 288.57º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #621E72 is Cyan = 0.14, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB9830114-
CMYK0.140.7400.55
HSL288.57º58.33%28.24%-
HSV(B)288.57º73.68%44.71%-
XYZ8.544.7416.38-
YUV59.91158.53155.17-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 40.50%
GREEN value IS 30 (12.11% from 255) = 12.40%
BLUE value IS 114 (44.92% from 255) = 47.11%
R=40.50%
G=12.40%
B=47.11%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal98301140.140.7400.55288.5758.3328.24
Hex621E72E4A0371213a1c
Octal14236162161120674417234
Binary110001011110111001011101001010011011110010000111101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621E72; }

 p { color: rgb(98,30,114); }

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

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

 a { background-color: rgb(98,30,114); }

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

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

 span { border-color: rgb(98,30,114); }

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