#672D70

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

Shades of Seance #672D70

Tints of Seance #672D70

Color information

#672D70 (or 0x672D70) is unknown color: approx Seance. HEX triplet: 67, 2D and 70. RGB value is (103,45,112). Sum of RGB (Red+Green+Blue) = 103+45+112=260 (34% of max value = 765). Red value is 103 (40.62% from 255 or 39.62% from 260); Green value is 45 (17.97% from 255 or 17.31% from 260); Blue value is 112 (44.14% from 255 or 43.08% from 260); Max value from RGB is 112 - color contains mainly: blue. Hex color #672D70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #672D70 is #98D28F. Grayscale: #454545. Windows color (decimal): -10015376 or 7351655. OLE color: 7351655.

HSL color Cylindrical-coordinate representation of color #672D70: hue angle of 291.94º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #672D70 is Cyan = 0.08, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB10345112-
CMYK0.080.6000.56
HSL291.94º42.68%30.78%-
HSV(B)291.94º59.82%43.92%-
XYZ9.465.9315.98-
YUV69.98151.72151.55-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 39.62%
GREEN value IS 45 (17.97% from 255) = 17.31%
BLUE value IS 112 (44.14% from 255) = 43.08%
R=39.62%
G=17.31%
B=43.08%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal103451120.080.6000.56291.9442.6830.78
Hex672D7083C0381242b1f
Octal1475516010740704445337
Binary110011110110111100001000111100011100010010010010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #672D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #672D70; }

 p { color: rgb(103,45,112); }

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

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

 a { background-color: rgb(103,45,112); }

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

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

 span { border-color: rgb(103,45,112); }

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