#670172

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

Shades of Purple #670172

Tints of Purple #670172

Color information

#670172 (or 0x670172) is unknown color: approx Purple. HEX triplet: 67, 01 and 72. RGB value is (103,1,114). Sum of RGB (Red+Green+Blue) = 103+1+114=218 (28% of max value = 765). Red value is 103 (40.62% from 255 or 47.25% from 218); Green value is 1 (0.78% from 255 or 0.46% from 218); Blue value is 114 (44.92% from 255 or 52.29% from 218); Max value from RGB is 114 - color contains mainly: blue. Hex color #670172 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #670172 is #98FE8D. Grayscale: #2C2C2C. Windows color (decimal): -10026638 or 7471463. OLE color: 7471463.

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

Color convert

RGB1031114-
CMYK0.100.9900.55
HSL294.16º98.26%22.55%-
HSV(B)294.16º99.12%44.71%-
XYZ8.644.1216.26-
YUV44.38167.29169.81-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 47.25%
GREEN value IS 1 (0.78% from 255) = 0.46%
BLUE value IS 114 (44.92% from 255) = 52.29%
R=47.25%
G=0.46%
B=52.29%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal10311140.100.9900.55294.1698.2622.55
Hex67172A630371266217
Octal14711621214306744614227
Binary110011111110010101011000110110111100100110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #670172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #670172; }

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

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

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

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

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

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

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

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