#670E75

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

Shades of Purple #670E75

Tints of Purple #670E75

Color information

#670E75 (or 0x670E75) is unknown color: approx Purple. HEX triplet: 67, 0E and 75. RGB value is (103,14,117). Sum of RGB (Red+Green+Blue) = 103+14+117=234 (30% of max value = 765). Red value is 103 (40.62% from 255 or 44.02% from 234); Green value is 14 (5.86% from 255 or 5.98% from 234); Blue value is 117 (46.09% from 255 or 50% from 234); Max value from RGB is 117 - color contains mainly: blue. Hex color #670E75 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #670E75 is #98F18A. Grayscale: #343434. Windows color (decimal): -10023307 or 7671399. OLE color: 7671399.

HSL color Cylindrical-coordinate representation of color #670E75: hue angle of 291.84º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #670E75 is Cyan = 0.12, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB10314117-
CMYK0.120.8800.54
HSL291.84º78.63%25.69%-
HSV(B)291.84º88.03%45.88%-
XYZ8.964.4817.22-
YUV52.35164.49164.12-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 44.02%
GREEN value IS 14 (5.86% from 255) = 5.98%
BLUE value IS 117 (46.09% from 255) = 50%
R=44.02%
G=5.98%
B=50%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal103141170.120.8800.54291.8478.6325.69
Hex67E75C580361244f1a
Octal147161651413006644411732
Binary110011111101110101110010110000110110100100100100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #670E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #670E75; }

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

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

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

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

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

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

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

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