#621B78

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

Shades of Seance #621B78

Tints of Seance #621B78

Color information

#621B78 (or 0x621B78) is unknown color: approx Seance. HEX triplet: 62, 1B and 78. RGB value is (98,27,120). Sum of RGB (Red+Green+Blue) = 98+27+120=245 (32% of max value = 765). Red value is 98 (38.67% from 255 or 40% from 245); Green value is 27 (10.94% from 255 or 11.02% from 245); Blue value is 120 (47.27% from 255 or 48.98% from 245); Max value from RGB is 120 - color contains mainly: blue. Hex color #621B78 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #621B78 is #9DE487. Grayscale: #3A3A3A. Windows color (decimal): -10347656 or 7871330. OLE color: 7871330.

HSL color Cylindrical-coordinate representation of color #621B78: hue angle of 285.81º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #621B78 is Cyan = 0.18, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB9827120-
CMYK0.180.7800.53
HSL285.81º63.27%28.82%-
HSV(B)285.81º77.5%47.06%-
XYZ8.824.7418.22-
YUV58.83162.52155.94-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 40%
GREEN value IS 27 (10.94% from 255) = 11.02%
BLUE value IS 120 (47.27% from 255) = 48.98%
R=40%
G=11.02%
B=48.98%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal98271200.180.7800.53285.8163.2728.82
Hex621B78124E03511e3f1d
Octal14233170221160654367735
Binary1100010110111111000100101001110011010110001111011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,27,120); }

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

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

 a { background-color: rgb(98,27,120); }

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

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

 span { border-color: rgb(98,27,120); }

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