#681272

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

Shades of Seance #681272

Tints of Seance #681272

Color information

#681272 (or 0x681272) is unknown color: approx Seance. HEX triplet: 68, 12 and 72. RGB value is (104,18,114). Sum of RGB (Red+Green+Blue) = 104+18+114=236 (31% of max value = 765). Red value is 104 (41.02% from 255 or 44.07% from 236); Green value is 18 (7.42% from 255 or 7.63% from 236); Blue value is 114 (44.92% from 255 or 48.31% from 236); Max value from RGB is 114 - color contains mainly: blue. Hex color #681272 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #681272 is #97ED8D. Grayscale: #363636. Windows color (decimal): -9956750 or 7475816. OLE color: 7475816.

HSL color Cylindrical-coordinate representation of color #681272: hue angle of 293.75º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #681272 is Cyan = 0.09, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB10418114-
CMYK0.090.8400.55
HSL293.75º72.73%25.88%-
HSV(B)293.75º84.21%44.71%-
XYZ8.964.5916.33-
YUV54.66161.49163.19-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 44.07%
GREEN value IS 18 (7.42% from 255) = 7.63%
BLUE value IS 114 (44.92% from 255) = 48.31%
R=44.07%
G=7.63%
B=48.31%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal104181140.090.8400.55293.7572.7325.88
Hex681272954037126491a
Octal150221621112406744611132
Binary1101000100101110010100110101000110111100100110100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681272; }

 p { color: rgb(104,18,114); }

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

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

 a { background-color: rgb(104,18,114); }

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

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

 span { border-color: rgb(104,18,114); }

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