#670371

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

Shades of Purple #670371

Tints of Purple #670371

Color information

#670371 (or 0x670371) is unknown color: approx Purple. HEX triplet: 67, 03 and 71. RGB value is (103,3,113). Sum of RGB (Red+Green+Blue) = 103+3+113=219 (29% of max value = 765). Red value is 103 (40.62% from 255 or 47.03% from 219); Green value is 3 (1.56% from 255 or 1.37% from 219); Blue value is 113 (44.53% from 255 or 51.60% from 219); Max value from RGB is 113 - color contains mainly: blue. Hex color #670371 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #670371 is #98FC8E. Grayscale: #2D2D2D. Windows color (decimal): -10026127 or 7406439. OLE color: 7406439.

HSL color Cylindrical-coordinate representation of color #670371: hue angle of 294.55º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #670371 is Cyan = 0.09, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1033113-
CMYK0.090.9700.56
HSL294.55º94.83%22.75%-
HSV(B)294.55º97.35%44.31%-
XYZ8.614.1415.97-
YUV45.44166.13169.06-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 47.03%
GREEN value IS 3 (1.56% from 255) = 1.37%
BLUE value IS 113 (44.53% from 255) = 51.60%
R=47.03%
G=1.37%
B=51.60%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal10331130.090.9700.56294.5594.8322.75
Hex673719610381275f17
Octal14731611114107044713727
Binary1100111111110001100111000010111000100100111101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #670371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #670371; }

 p { color: rgb(103,3,113); }

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

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

 a { background-color: rgb(103,3,113); }

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

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

 span { border-color: rgb(103,3,113); }

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