#621075

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

Shades of Seance #621075

Tints of Seance #621075

Color information

#621075 (or 0x621075) is unknown color: approx Seance. HEX triplet: 62, 10 and 75. RGB value is (98,16,117). Sum of RGB (Red+Green+Blue) = 98+16+117=231 (30% of max value = 765). Red value is 98 (38.67% from 255 or 42.42% from 231); Green value is 16 (6.64% from 255 or 6.93% from 231); Blue value is 117 (46.09% from 255 or 50.65% from 231); Max value from RGB is 117 - color contains mainly: blue. Hex color #621075 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #621075 is #9DEF8A. Grayscale: #333333. Windows color (decimal): -10350475 or 7671906. OLE color: 7671906.

HSL color Cylindrical-coordinate representation of color #621075: hue angle of 288.71º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #621075 is Cyan = 0.16, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB9816117-
CMYK0.160.8600.54
HSL288.71º75.94%26.08%-
HSV(B)288.71º86.32%45.88%-
XYZ8.434.2517.21-
YUV52.03164.67160.79-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 42.42%
GREEN value IS 16 (6.64% from 255) = 6.93%
BLUE value IS 117 (46.09% from 255) = 50.65%
R=42.42%
G=6.93%
B=50.65%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal98161170.160.8600.54288.7175.9426.08
Hex62107510560361214c1a
Octal142201652012606644111432
Binary11000101000011101011000010101100110110100100001100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621075; }

 p { color: rgb(98,16,117); }

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

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

 a { background-color: rgb(98,16,117); }

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

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

 span { border-color: rgb(98,16,117); }

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