#671076

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

Shades of Purple #671076

Tints of Purple #671076

Color information

#671076 (or 0x671076) is unknown color: approx Purple. HEX triplet: 67, 10 and 76. RGB value is (103,16,118). Sum of RGB (Red+Green+Blue) = 103+16+118=237 (31% of max value = 765). Red value is 103 (40.62% from 255 or 43.46% from 237); Green value is 16 (6.64% from 255 or 6.75% from 237); Blue value is 118 (46.48% from 255 or 49.79% from 237); Max value from RGB is 118 - color contains mainly: blue. Hex color #671076 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #671076 is #98EF89. Grayscale: #353535. Windows color (decimal): -10022794 or 7737447. OLE color: 7737447.

HSL color Cylindrical-coordinate representation of color #671076: hue angle of 291.18º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #671076 is Cyan = 0.13, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB10316118-
CMYK0.130.8600.54
HSL291.18º76.12%26.27%-
HSV(B)291.18º86.44%46.27%-
XYZ9.054.5617.54-
YUV53.64164.32163.21-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 43.46%
GREEN value IS 16 (6.64% from 255) = 6.75%
BLUE value IS 118 (46.48% from 255) = 49.79%
R=43.46%
G=6.75%
B=49.79%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal103161180.130.8600.54291.1876.1226.27
Hex671076D560361234c1a
Octal147201661512606644311432
Binary1100111100001110110110110101100110110100100011100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #671076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #671076; }

 p { color: rgb(103,16,118); }

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

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

 a { background-color: rgb(103,16,118); }

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

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

 span { border-color: rgb(103,16,118); }

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