#670675

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

Shades of Purple #670675

Tints of Purple #670675

Color information

#670675 (or 0x670675) is unknown color: approx Purple. HEX triplet: 67, 06 and 75. RGB value is (103,6,117). Sum of RGB (Red+Green+Blue) = 103+6+117=226 (29% of max value = 765). Red value is 103 (40.62% from 255 or 45.58% from 226); Green value is 6 (2.73% from 255 or 2.65% from 226); Blue value is 117 (46.09% from 255 or 51.77% from 226); Max value from RGB is 117 - color contains mainly: blue. Hex color #670675 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #670675 is #98F98A. Grayscale: #2F2F2F. Windows color (decimal): -10025355 or 7669351. OLE color: 7669351.

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

Color convert

RGB1036117-
CMYK0.120.9500.54
HSL292.43º90.24%24.12%-
HSV(B)292.43º94.87%45.88%-
XYZ8.874.317.19-
YUV47.66167.14167.47-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 45.58%
GREEN value IS 6 (2.73% from 255) = 2.65%
BLUE value IS 117 (46.09% from 255) = 51.77%
R=45.58%
G=2.65%
B=51.77%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal10361170.120.9500.54292.4390.2424.12
Hex67675C5F0361245a18
Octal14761651413706644413230
Binary11001111101110101110010111110110110100100100101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #670675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #670675; }

 p { color: rgb(103,6,117); }

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

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

 a { background-color: rgb(103,6,117); }

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

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

 span { border-color: rgb(103,6,117); }

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