#671369

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

Shades of Palatinate Purple #671369

Tints of Palatinate Purple #671369

Color information

#671369 (or 0x671369) is unknown color: approx Palatinate Purple. HEX triplet: 67, 13 and 69. RGB value is (103,19,105). Sum of RGB (Red+Green+Blue) = 103+19+105=227 (30% of max value = 765). Red value is 103 (40.62% from 255 or 45.37% from 227); Green value is 19 (7.81% from 255 or 8.37% from 227); Blue value is 105 (41.41% from 255 or 46.26% from 227); Max value from RGB is 105 - color contains mainly: blue. Hex color #671369 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #671369 is #98EC96. Grayscale: #353535. Windows color (decimal): -10022039 or 6886247. OLE color: 6886247.

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

Color convert

RGB10319105-
CMYK0.020.8200.59
HSL298.6º69.35%24.31%-
HSV(B)298.6º81.9%41.18%-
XYZ8.384.3713.77-
YUV53.92156.83163.01-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 45.37%
GREEN value IS 19 (7.81% from 255) = 8.37%
BLUE value IS 105 (41.41% from 255) = 46.26%
R=45.37%
G=8.37%
B=46.26%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal103191050.020.8200.59298.669.3524.31
Hex67136925203B12b4518
Octal14723151212207345310530
Binary11001111001111010011010100100111011100101011100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #671369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #671369; }

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

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

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

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

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

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

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

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