#670772

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

Shades of Purple #670772

Tints of Purple #670772

Color information

#670772 (or 0x670772) is unknown color: approx Purple. HEX triplet: 67, 07 and 72. RGB value is (103,7,114). Sum of RGB (Red+Green+Blue) = 103+7+114=224 (29% of max value = 765). Red value is 103 (40.62% from 255 or 45.98% from 224); Green value is 7 (3.12% from 255 or 3.12% from 224); Blue value is 114 (44.92% from 255 or 50.89% from 224); Max value from RGB is 114 - color contains mainly: blue. Hex color #670772 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #670772 is #98F88D. Grayscale: #2F2F2F. Windows color (decimal): -10025102 or 7472999. OLE color: 7472999.

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

Color convert

RGB1037114-
CMYK0.100.9400.55
HSL293.83º88.43%23.73%-
HSV(B)293.83º93.86%44.71%-
XYZ8.714.2516.28-
YUV47.9165.3167.3-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 45.98%
GREEN value IS 7 (3.12% from 255) = 3.12%
BLUE value IS 114 (44.92% from 255) = 50.89%
R=45.98%
G=3.12%
B=50.89%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal10371140.100.9400.55293.8388.4323.73
Hex67772A5E0371265818
Octal14771621213606744613030
Binary11001111111110010101010111100110111100100110101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #670772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #670772; }

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

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

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

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

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

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

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

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