#670C7B

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

Shades of Purple #670C7B

Tints of Purple #670C7B

Color information

#670C7B (or 0x670C7B) is unknown color: approx Purple. HEX triplet: 67, 0C and 7B. RGB value is (103,12,123). Sum of RGB (Red+Green+Blue) = 103+12+123=238 (31% of max value = 765). Red value is 103 (40.62% from 255 or 43.28% from 238); Green value is 12 (5.08% from 255 or 5.04% from 238); Blue value is 123 (48.44% from 255 or 51.68% from 238); Max value from RGB is 123 - color contains mainly: blue. Hex color #670C7B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #670C7B is #98F384. Grayscale: #333333. Windows color (decimal): -10023813 or 8064103. OLE color: 8064103.

HSL color Cylindrical-coordinate representation of color #670C7B: hue angle of 289.19º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #670C7B is Cyan = 0.16, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB10312123-
CMYK0.160.9000.52
HSL289.19º82.22%26.47%-
HSV(B)289.19º90.24%48.24%-
XYZ9.34.5819.13-
YUV51.86168.15164.47-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 43.28%
GREEN value IS 12 (5.08% from 255) = 5.04%
BLUE value IS 123 (48.44% from 255) = 51.68%
R=43.28%
G=5.04%
B=51.68%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal103121230.160.9000.52289.1982.2226.47
Hex67C7B105A034121521a
Octal147141732013206444112232
Binary1100111110011110111000010110100110100100100001101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #670C7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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