#671075

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

Shades of Purple #671075

Tints of Purple #671075

Color information

#671075 (or 0x671075) is unknown color: approx Purple. HEX triplet: 67, 10 and 75. RGB value is (103,16,117). Sum of RGB (Red+Green+Blue) = 103+16+117=236 (31% of max value = 765). Red value is 103 (40.62% from 255 or 43.64% from 236); Green value is 16 (6.64% from 255 or 6.78% from 236); Blue value is 117 (46.09% from 255 or 49.58% from 236); Max value from RGB is 117 - color contains mainly: blue. Hex color #671075 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #671075 is #98EF8A. Grayscale: #353535. Windows color (decimal): -10022795 or 7671911. OLE color: 7671911.

HSL color Cylindrical-coordinate representation of color #671075: hue angle of 291.68º 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 #671075 is Cyan = 0.12, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB10316117-
CMYK0.120.8600.54
HSL291.68º75.94%26.08%-
HSV(B)291.68º86.32%45.88%-
XYZ8.994.5417.23-
YUV53.53163.82163.29-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 43.64%
GREEN value IS 16 (6.64% from 255) = 6.78%
BLUE value IS 117 (46.09% from 255) = 49.58%
R=43.64%
G=6.78%
B=49.58%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal103161170.120.8600.54291.6875.9426.08
Hex671075C560361244c1a
Octal147201651412606644411432
Binary1100111100001110101110010101100110110100100100100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #671075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #671075; }

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

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

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

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

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

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

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

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