#671b7a

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

Shades of Seance #671B7A

Tints of Seance #671B7A

Color information

#671B7A (or 0x671B7A) is unknown color: approx Seance. HEX triplet: 67, 1B and 7A. RGB value is (103,27,122). Sum of RGB (Red+Green+Blue) = 103+27+122=252 (33% of max value = 765). Red value is 103 (40.62% from 255 or 40.87% from 252); Green value is 27 (10.94% from 255 or 10.71% from 252); Blue value is 122 (48.05% from 255 or 48.41% from 252); Max value from RGB is 122 - color contains mainly: blue. Hex color #671B7A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #671B7A is #98E485. Grayscale: #3C3C3C. Windows color (decimal): -10019974 or 8002407. OLE color: 8002407.

HSL color Cylindrical-coordinate representation of color #671B7A: hue angle of 288º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #671B7A is Cyan = 0.16, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB10327122-
CMYK0.160.7800.52
HSL288º63.76%29.22%-
HSV(B)288º77.87%47.84%-
XYZ9.55.0718.89-
YUV60.55162.68158.28-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 40.87%
GREEN value IS 27 (10.94% from 255) = 10.71%
BLUE value IS 122 (48.05% from 255) = 48.41%
R=40.87%
G=10.71%
B=48.41%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal103271220.160.7800.5228863.7629.22
Hex671B7A104E034120401d
Octal147331722011606444010035
Binary11001111101111110101000010011100110100100100000100000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #671b7a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #671b7a; }

 p { color: rgb(103,27,122); }

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

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

 a { background-color: rgb(103,27,122); }

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

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

 span { border-color: rgb(103,27,122); }

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