#671269

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

Shades of Palatinate Purple #671269

Tints of Palatinate Purple #671269

Color information

#671269 (or 0x671269) is unknown color: approx Palatinate Purple. HEX triplet: 67, 12 and 69. RGB value is (103,18,105). Sum of RGB (Red+Green+Blue) = 103+18+105=226 (29% of max value = 765). Red value is 103 (40.62% from 255 or 45.58% from 226); Green value is 18 (7.42% from 255 or 7.96% from 226); Blue value is 105 (41.41% from 255 or 46.46% from 226); Max value from RGB is 105 - color contains mainly: blue. Hex color #671269 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #671269 is #98ED96. Grayscale: #353535. Windows color (decimal): -10022295 or 6885991. OLE color: 6885991.

HSL color Cylindrical-coordinate representation of color #671269: hue angle of 298.62º degrees, saturation: 0.71, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #671269 is Cyan = 0.02, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB10318105-
CMYK0.020.8300.59
HSL298.62º70.73%24.12%-
HSV(B)298.62º82.86%41.18%-
XYZ8.364.3413.76-
YUV53.33157.16163.43-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 45.58%
GREEN value IS 18 (7.42% from 255) = 7.96%
BLUE value IS 105 (41.41% from 255) = 46.46%
R=45.58%
G=7.96%
B=46.46%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal103181050.020.8300.59298.6270.7324.12
Hex67126925303B12b4718
Octal14722151212307345310730
Binary11001111001011010011010100110111011100101011100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #671269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #671269; }

 p { color: rgb(103,18,105); }

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

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

 a { background-color: rgb(103,18,105); }

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

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

 span { border-color: rgb(103,18,105); }

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