#670C7E

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

Shades of Purple #670C7E

Tints of Purple #670C7E

Color information

#670C7E (or 0x670C7E) is unknown color: approx Purple. HEX triplet: 67, 0C and 7E. RGB value is (103,12,126). Sum of RGB (Red+Green+Blue) = 103+12+126=241 (31% of max value = 765). Red value is 103 (40.62% from 255 or 42.74% from 241); Green value is 12 (5.08% from 255 or 4.98% from 241); Blue value is 126 (49.61% from 255 or 52.28% from 241); Max value from RGB is 126 - color contains mainly: blue. Hex color #670C7E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #670C7E is #98F381. Grayscale: #333333. Windows color (decimal): -10023810 or 8260711. OLE color: 8260711.

HSL color Cylindrical-coordinate representation of color #670C7E: hue angle of 287.89º degrees, saturation: 0.83, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #670C7E is Cyan = 0.18, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB10312126-
CMYK0.180.9000.51
HSL287.89º82.61%27.06%-
HSV(B)287.89º90.48%49.41%-
XYZ9.494.6520.14-
YUV52.2169.65164.23-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 42.74%
GREEN value IS 12 (5.08% from 255) = 4.98%
BLUE value IS 126 (49.61% from 255) = 52.28%
R=42.74%
G=4.98%
B=52.28%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal103121260.180.9000.51287.8982.6127.06
Hex67C7E125A033120531b
Octal147141762213206344012333
Binary1100111110011111101001010110100110011100100000101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #670C7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,12,126); }

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

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

 a { background-color: rgb(103,12,126); }

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

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

 span { border-color: rgb(103,12,126); }

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