#621270

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

Shades of Seance #621270

Tints of Seance #621270

Color information

#621270 (or 0x621270) is unknown color: approx Seance. HEX triplet: 62, 12 and 70. RGB value is (98,18,112). Sum of RGB (Red+Green+Blue) = 98+18+112=228 (30% of max value = 765). Red value is 98 (38.67% from 255 or 42.98% from 228); Green value is 18 (7.42% from 255 or 7.89% from 228); Blue value is 112 (44.14% from 255 or 49.12% from 228); Max value from RGB is 112 - color contains mainly: blue. Hex color #621270 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #621270 is #9DED8F. Grayscale: #343434. Windows color (decimal): -10349968 or 7344738. OLE color: 7344738.

HSL color Cylindrical-coordinate representation of color #621270: hue angle of 291.06º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #621270 is Cyan = 0.13, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB9818112-
CMYK0.130.8400.56
HSL291.06º72.31%25.49%-
HSV(B)291.06º83.93%43.92%-
XYZ8.184.215.71-
YUV52.64161.5160.36-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 42.98%
GREEN value IS 18 (7.42% from 255) = 7.89%
BLUE value IS 112 (44.14% from 255) = 49.12%
R=42.98%
G=7.89%
B=49.12%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal98181120.130.8400.56291.0672.3125.49
Hex621270D540381234819
Octal142221601512407044311031
Binary1100010100101110000110110101000111000100100011100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621270; }

 p { color: rgb(98,18,112); }

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

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

 a { background-color: rgb(98,18,112); }

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

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

 span { border-color: rgb(98,18,112); }

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