#621A72

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

Shades of Seance #621A72

Tints of Seance #621A72

Color information

#621A72 (or 0x621A72) is unknown color: approx Seance. HEX triplet: 62, 1A and 72. RGB value is (98,26,114). Sum of RGB (Red+Green+Blue) = 98+26+114=238 (31% of max value = 765). Red value is 98 (38.67% from 255 or 41.18% from 238); Green value is 26 (10.55% from 255 or 10.92% from 238); Blue value is 114 (44.92% from 255 or 47.90% from 238); Max value from RGB is 114 - color contains mainly: blue. Hex color #621A72 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #621A72 is #9DE58D. Grayscale: #393939. Windows color (decimal): -10347918 or 7477858. OLE color: 7477858.

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

Color convert

RGB9826114-
CMYK0.140.7700.55
HSL289.09º62.86%27.45%-
HSV(B)289.09º77.19%44.71%-
XYZ8.444.5516.35-
YUV57.56159.85156.84-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 41.18%
GREEN value IS 26 (10.55% from 255) = 10.92%
BLUE value IS 114 (44.92% from 255) = 47.90%
R=41.18%
G=10.92%
B=47.90%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal98261140.140.7700.55289.0962.8627.45
Hex621A72E4D0371213f1b
Octal14232162161150674417733
Binary110001011010111001011101001101011011110010000111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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