#670971

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

Shades of Purple #670971

Tints of Purple #670971

Color information

#670971 (or 0x670971) is unknown color: approx Purple. HEX triplet: 67, 09 and 71. RGB value is (103,9,113). Sum of RGB (Red+Green+Blue) = 103+9+113=225 (29% of max value = 765). Red value is 103 (40.62% from 255 or 45.78% from 225); Green value is 9 (3.91% from 255 or 4% from 225); Blue value is 113 (44.53% from 255 or 50.22% from 225); Max value from RGB is 113 - color contains mainly: blue. Hex color #670971 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #670971 is #98F68E. Grayscale: #303030. Windows color (decimal): -10024591 or 7407975. OLE color: 7407975.

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

Color convert

RGB1039113-
CMYK0.090.9200.56
HSL294.23º85.25%23.92%-
HSV(B)294.23º92.04%44.31%-
XYZ8.674.2715.99-
YUV48.96164.14166.54-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 45.78%
GREEN value IS 9 (3.91% from 255) = 4%
BLUE value IS 113 (44.53% from 255) = 50.22%
R=45.78%
G=4%
B=50.22%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal10391130.090.9200.56294.2385.2523.92
Hex6797195C0381265518
Octal147111611113407044612530
Binary110011110011110001100110111000111000100100110101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #670971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #670971; }

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

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

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

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

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

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

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

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