#621974

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

Shades of Seance #621974

Tints of Seance #621974

Color information

#621974 (or 0x621974) is unknown color: approx Seance. HEX triplet: 62, 19 and 74. RGB value is (98,25,116). Sum of RGB (Red+Green+Blue) = 98+25+116=239 (31% of max value = 765). Red value is 98 (38.67% from 255 or 41.00% from 239); Green value is 25 (10.16% from 255 or 10.46% from 239); Blue value is 116 (45.70% from 255 or 48.54% from 239); Max value from RGB is 116 - color contains mainly: blue. Hex color #621974 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #621974 is #9DE68B. Grayscale: #383838. Windows color (decimal): -10348172 or 7608674. OLE color: 7608674.

HSL color Cylindrical-coordinate representation of color #621974: hue angle of 288.13º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #621974 is Cyan = 0.16, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB9825116-
CMYK0.160.7800.55
HSL288.13º64.54%27.65%-
HSV(B)288.13º78.45%45.49%-
XYZ8.544.5516.95-
YUV57.2161.18157.1-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 41.00%
GREEN value IS 25 (10.16% from 255) = 10.46%
BLUE value IS 116 (45.70% from 255) = 48.54%
R=41.00%
G=10.46%
B=48.54%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal98251160.160.7800.55288.1364.5427.65
Hex621974104E037120411c
Octal142311642011606744010134
Binary11000101100111101001000010011100110111100100000100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621974; }

 p { color: rgb(98,25,116); }

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

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

 a { background-color: rgb(98,25,116); }

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

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

 span { border-color: rgb(98,25,116); }

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