#671272

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

Shades of Seance #671272

Tints of Seance #671272

Color information

#671272 (or 0x671272) is unknown color: approx Seance. HEX triplet: 67, 12 and 72. RGB value is (103,18,114). Sum of RGB (Red+Green+Blue) = 103+18+114=235 (31% of max value = 765). Red value is 103 (40.62% from 255 or 43.83% from 235); Green value is 18 (7.42% from 255 or 7.66% from 235); Blue value is 114 (44.92% from 255 or 48.51% from 235); Max value from RGB is 114 - color contains mainly: blue. Hex color #671272 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #671272 is #98ED8D. Grayscale: #363636. Windows color (decimal): -10022286 or 7475815. OLE color: 7475815.

HSL color Cylindrical-coordinate representation of color #671272: hue angle of 293.12º 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 #671272 is Cyan = 0.10, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB10318114-
CMYK0.100.8400.55
HSL293.12º72.73%25.88%-
HSV(B)293.12º84.21%44.71%-
XYZ8.854.5316.33-
YUV54.36161.66162.69-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 43.83%
GREEN value IS 18 (7.42% from 255) = 7.66%
BLUE value IS 114 (44.92% from 255) = 48.51%
R=43.83%
G=7.66%
B=48.51%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal103181140.100.8400.55293.1272.7325.88
Hex671272A54037125491a
Octal147221621212406744511132
Binary1100111100101110010101010101000110111100100101100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #671272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #671272; }

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

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

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

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

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

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

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

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