#691367

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

Shades of Palatinate Purple #691367

Tints of Palatinate Purple #691367

Color information

#691367 (or 0x691367) is unknown color: approx Palatinate Purple. HEX triplet: 69, 13 and 67. RGB value is (105,19,103). Sum of RGB (Red+Green+Blue) = 105+19+103=227 (30% of max value = 765). Red value is 105 (41.41% from 255 or 46.26% from 227); Green value is 19 (7.81% from 255 or 8.37% from 227); Blue value is 103 (40.62% from 255 or 45.37% from 227); Max value from RGB is 105 - color contains mainly: red. Hex color #691367 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #691367 is #96EC98. Grayscale: #363636. Windows color (decimal): -9890969 or 6755177. OLE color: 6755177.

HSL color Cylindrical-coordinate representation of color #691367: hue angle of 301.4º 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 #691367 is Cyan = 0, Magento = 0.82, Yellow = 0.02 and Black (K on CMYK) = 0.59.

Color convert

RGB10519103-
CMYK00.820.020.59
HSL301.4º69.35%24.31%-
HSV(B)301.4º81.9%41.18%-
XYZ8.514.4513.24-
YUV54.29155.49164.17-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.02
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1051910300.820.020.59301.469.3524.31
Hex69136705223B12d4518
Octal15123147012227345510530
Binary11010011001111001110101001010111011100101101100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #691367; }

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

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

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

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

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

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

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

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