#671A75

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

Shades of Seance #671A75

Tints of Seance #671A75

Color information

#671A75 (or 0x671A75) is unknown color: approx Seance. HEX triplet: 67, 1A and 75. RGB value is (103,26,117). Sum of RGB (Red+Green+Blue) = 103+26+117=246 (32% of max value = 765). Red value is 103 (40.62% from 255 or 41.87% from 246); Green value is 26 (10.55% from 255 or 10.57% from 246); Blue value is 117 (46.09% from 255 or 47.56% from 246); Max value from RGB is 117 - color contains mainly: blue. Hex color #671A75 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #671A75 is #98E58A. Grayscale: #3B3B3B. Windows color (decimal): -10020235 or 7674471. OLE color: 7674471.

HSL color Cylindrical-coordinate representation of color #671A75: hue angle of 290.77º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #671A75 is Cyan = 0.12, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB10326117-
CMYK0.120.7800.54
HSL290.77º63.64%28.04%-
HSV(B)290.77º77.78%45.88%-
XYZ9.174.9117.29-
YUV59.4160.51159.1-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 41.87%
GREEN value IS 26 (10.55% from 255) = 10.57%
BLUE value IS 117 (46.09% from 255) = 47.56%
R=41.87%
G=10.57%
B=47.56%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal103261170.120.7800.54290.7763.6428.04
Hex671A75C4E036123401c
Octal147321651411606644310034
Binary1100111110101110101110010011100110110100100011100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #671A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,26,117); }

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

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

 a { background-color: rgb(103,26,117); }

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

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

 span { border-color: rgb(103,26,117); }

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