#670476

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

Shades of Purple #670476

Tints of Purple #670476

Color information

#670476 (or 0x670476) is unknown color: approx Purple. HEX triplet: 67, 04 and 76. RGB value is (103,4,118). Sum of RGB (Red+Green+Blue) = 103+4+118=225 (29% of max value = 765). Red value is 103 (40.62% from 255 or 45.78% from 225); Green value is 4 (1.95% from 255 or 1.78% from 225); Blue value is 118 (46.48% from 255 or 52.44% from 225); Max value from RGB is 118 - color contains mainly: blue. Hex color #670476 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #670476 is #98FB89. Grayscale: #2E2E2E. Windows color (decimal): -10025866 or 7734375. OLE color: 7734375.

HSL color Cylindrical-coordinate representation of color #670476: hue angle of 292.11º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #670476 is Cyan = 0.13, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB1034118-
CMYK0.130.9700.54
HSL292.11º93.44%23.92%-
HSV(B)292.11º96.61%46.27%-
XYZ8.914.2817.5-
YUV46.6168.3168.23-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 45.78%
GREEN value IS 4 (1.95% from 255) = 1.78%
BLUE value IS 118 (46.48% from 255) = 52.44%
R=45.78%
G=1.78%
B=52.44%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal10341180.130.9700.54292.1193.4423.92
Hex67476D610361245d18
Octal14741661514106644413530
Binary11001111001110110110111000010110110100100100101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #670476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #670476; }

 p { color: rgb(103,4,118); }

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

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

 a { background-color: rgb(103,4,118); }

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

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

 span { border-color: rgb(103,4,118); }

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