#671A85

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

Shades of Seance #671A85

Tints of Seance #671A85

Color information

#671A85 (or 0x671A85) is unknown color: approx Seance. HEX triplet: 67, 1A and 85. RGB value is (103,26,133). Sum of RGB (Red+Green+Blue) = 103+26+133=262 (34% of max value = 765). Red value is 103 (40.62% from 255 or 39.31% from 262); Green value is 26 (10.55% from 255 or 9.92% from 262); Blue value is 133 (52.34% from 255 or 50.76% from 262); Max value from RGB is 133 - color contains mainly: blue. Hex color #671A85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #671A85 is #98E57A. Grayscale: #3C3C3C. Windows color (decimal): -10020219 or 8723047. OLE color: 8723047.

HSL color Cylindrical-coordinate representation of color #671A85: hue angle of 283.18º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #671A85 is Cyan = 0.23, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB10326133-
CMYK0.230.8000.48
HSL283.18º67.3%31.18%-
HSV(B)283.18º80.45%52.16%-
XYZ10.25.3222.68-
YUV61.22168.51157.8-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 39.31%
GREEN value IS 26 (10.55% from 255) = 9.92%
BLUE value IS 133 (52.34% from 255) = 50.76%
R=39.31%
G=9.92%
B=50.76%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal103261330.230.8000.48283.1867.331.18
Hex671A85175003011b431f
Octal147322052712006043310337
Binary110011111010100001011011110100000110000100011011100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #671A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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