#670769

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

Shades of Purple #670769

Tints of Purple #670769

Color information

#670769 (or 0x670769) is unknown color: approx Purple. HEX triplet: 67, 07 and 69. RGB value is (103,7,105). Sum of RGB (Red+Green+Blue) = 103+7+105=215 (28% of max value = 765). Red value is 103 (40.62% from 255 or 47.91% from 215); Green value is 7 (3.12% from 255 or 3.26% from 215); Blue value is 105 (41.41% from 255 or 48.84% from 215); Max value from RGB is 105 - color contains mainly: blue. Hex color #670769 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #670769 is #98F896. Grayscale: #2E2E2E. Windows color (decimal): -10025111 or 6883175. OLE color: 6883175.

HSL color Cylindrical-coordinate representation of color #670769: hue angle of 298.78º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #670769 is Cyan = 0.02, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB1037105-
CMYK0.020.9300.59
HSL298.78º87.5%21.96%-
HSV(B)298.78º93.33%41.18%-
XYZ8.224.0613.71-
YUV46.88160.8168.03-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 47.91%
GREEN value IS 7 (3.12% from 255) = 3.26%
BLUE value IS 105 (41.41% from 255) = 48.84%
R=47.91%
G=3.26%
B=48.84%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10371050.020.9300.59298.7887.521.96
Hex6776925D03B12b5816
Octal1477151213507345313026
Binary110011111111010011010111010111011100101011101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #670769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #670769; }

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

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

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

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

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

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

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

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