#670C70

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

Shades of Purple #670C70

Tints of Purple #670C70

Color information

#670C70 (or 0x670C70) is unknown color: approx Purple. HEX triplet: 67, 0C and 70. RGB value is (103,12,112). Sum of RGB (Red+Green+Blue) = 103+12+112=227 (30% of max value = 765). Red value is 103 (40.62% from 255 or 45.37% from 227); Green value is 12 (5.08% from 255 or 5.29% from 227); Blue value is 112 (44.14% from 255 or 49.34% from 227); Max value from RGB is 112 - color contains mainly: blue. Hex color #670C70 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #670C70 is #98F38F. Grayscale: #323232. Windows color (decimal): -10023824 or 7343207. OLE color: 7343207.

HSL color Cylindrical-coordinate representation of color #670C70: hue angle of 294.6º degrees, saturation: 0.81, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #670C70 is Cyan = 0.08, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB10312112-
CMYK0.080.8900.56
HSL294.6º80.65%24.31%-
HSV(B)294.6º89.29%43.92%-
XYZ8.654.3215.71-
YUV50.61162.65165.37-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 45.37%
GREEN value IS 12 (5.08% from 255) = 5.29%
BLUE value IS 112 (44.14% from 255) = 49.34%
R=45.37%
G=5.29%
B=49.34%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal103121120.080.8900.56294.680.6524.31
Hex67C708590381275118
Octal147141601013107044712130
Binary110011111001110000100010110010111000100100111101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #670C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #670C70; }

 p { color: rgb(103,12,112); }

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

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

 a { background-color: rgb(103,12,112); }

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

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

 span { border-color: rgb(103,12,112); }

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