#621F7A

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

Shades of Seance #621F7A

Tints of Seance #621F7A

Color information

#621F7A (or 0x621F7A) is unknown color: approx Seance. HEX triplet: 62, 1F and 7A. RGB value is (98,31,122). Sum of RGB (Red+Green+Blue) = 98+31+122=251 (33% of max value = 765). Red value is 98 (38.67% from 255 or 39.04% from 251); Green value is 31 (12.5% from 255 or 12.35% from 251); Blue value is 122 (48.05% from 255 or 48.61% from 251); Max value from RGB is 122 - color contains mainly: blue. Hex color #621F7A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #621F7A is #9DE085. Grayscale: #3D3D3D. Windows color (decimal): -10346630 or 8003426. OLE color: 8003426.

HSL color Cylindrical-coordinate representation of color #621F7A: hue angle of 284.18º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #621F7A is Cyan = 0.20, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB9831122-
CMYK0.200.7500.52
HSL284.18º59.48%30%-
HSV(B)284.18º74.59%47.84%-
XYZ9.044.9818.9-
YUV61.41162.2154.1-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 39.04%
GREEN value IS 31 (12.5% from 255) = 12.35%
BLUE value IS 122 (48.05% from 255) = 48.61%
R=39.04%
G=12.35%
B=48.61%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal98311220.200.7500.52284.1859.4830
Hex621F7A144B03411c3b1e
Octal14237172241130644347336
Binary1100010111111111010101001001011011010010001110011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,31,122); }

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

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

 a { background-color: rgb(98,31,122); }

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

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

 span { border-color: rgb(98,31,122); }

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