#671072

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

Shades of Purple #671072

Tints of Purple #671072

Color information

#671072 (or 0x671072) is unknown color: approx Purple. HEX triplet: 67, 10 and 72. RGB value is (103,16,114). Sum of RGB (Red+Green+Blue) = 103+16+114=233 (30% of max value = 765). Red value is 103 (40.62% from 255 or 44.21% from 233); Green value is 16 (6.64% from 255 or 6.87% from 233); Blue value is 114 (44.92% from 255 or 48.93% from 233); Max value from RGB is 114 - color contains mainly: blue. Hex color #671072 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #671072 is #98EF8D. Grayscale: #343434. Windows color (decimal): -10022798 or 7475303. OLE color: 7475303.

HSL color Cylindrical-coordinate representation of color #671072: hue angle of 293.27º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #671072 is Cyan = 0.10, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB10316114-
CMYK0.100.8600.55
HSL293.27º75.38%25.49%-
HSV(B)293.27º85.96%44.71%-
XYZ8.824.4716.32-
YUV53.18162.32163.53-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 44.21%
GREEN value IS 16 (6.64% from 255) = 6.87%
BLUE value IS 114 (44.92% from 255) = 48.93%
R=44.21%
G=6.87%
B=48.93%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal103161140.100.8600.55293.2775.3825.49
Hex671072A560371254b19
Octal147201621212606744511331
Binary1100111100001110010101010101100110111100100101100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #671072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #671072; }

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

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

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

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

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

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

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

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