#670874

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

Shades of Purple #670874

Tints of Purple #670874

Color information

#670874 (or 0x670874) is unknown color: approx Purple. HEX triplet: 67, 08 and 74. RGB value is (103,8,116). Sum of RGB (Red+Green+Blue) = 103+8+116=227 (30% of max value = 765). Red value is 103 (40.62% from 255 or 45.37% from 227); Green value is 8 (3.52% from 255 or 3.52% from 227); Blue value is 116 (45.70% from 255 or 51.10% from 227); Max value from RGB is 116 - color contains mainly: blue. Hex color #670874 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #670874 is #98F78B. Grayscale: #303030. Windows color (decimal): -10024844 or 7604327. OLE color: 7604327.

HSL color Cylindrical-coordinate representation of color #670874: hue angle of 292.78º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #670874 is Cyan = 0.11, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB1038116-
CMYK0.110.9300.55
HSL292.78º87.1%24.31%-
HSV(B)292.78º93.1%45.49%-
XYZ8.834.3216.89-
YUV48.72165.97166.72-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 45.37%
GREEN value IS 8 (3.52% from 255) = 3.52%
BLUE value IS 116 (45.70% from 255) = 51.10%
R=45.37%
G=3.52%
B=51.10%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal10381160.110.9300.55292.7887.124.31
Hex67874B5D0371255718
Octal147101641313506744512730
Binary110011110001110100101110111010110111100100101101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #670874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #670874; }

 p { color: rgb(103,8,116); }

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

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

 a { background-color: rgb(103,8,116); }

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

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

 span { border-color: rgb(103,8,116); }

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