#670E6E

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

Shades of Palatinate Purple #670E6E

Tints of Palatinate Purple #670E6E

Color information

#670E6E (or 0x670E6E) is unknown color: approx Palatinate Purple. HEX triplet: 67, 0E and 6E. RGB value is (103,14,110). Sum of RGB (Red+Green+Blue) = 103+14+110=227 (30% of max value = 765). Red value is 103 (40.62% from 255 or 45.37% from 227); Green value is 14 (5.86% from 255 or 6.17% from 227); Blue value is 110 (43.36% from 255 or 48.46% from 227); Max value from RGB is 110 - color contains mainly: blue. Hex color #670E6E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #670E6E is #98F191. Grayscale: #333333. Windows color (decimal): -10023314 or 7212647. OLE color: 7212647.

HSL color Cylindrical-coordinate representation of color #670E6E: hue angle of 295.62º degrees, saturation: 0.77, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #670E6E is Cyan = 0.06, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB10314110-
CMYK0.060.8700.57
HSL295.62º77.42%24.31%-
HSV(B)295.62º87.27%43.14%-
XYZ8.574.3215.13-
YUV51.56160.99164.69-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 45.37%
GREEN value IS 14 (5.86% from 255) = 6.17%
BLUE value IS 110 (43.36% from 255) = 48.46%
R=45.37%
G=6.17%
B=48.46%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal103141100.060.8700.57295.6277.4224.31
Hex67E6E6570391284d18
Octal14716156612707145011530
Binary11001111110110111011010101110111001100101000100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #670E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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