#691354

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

Shades of Palatinate Purple #691354

Tints of Palatinate Purple #691354

Color information

#691354 (or 0x691354) is unknown color: approx Palatinate Purple. HEX triplet: 69, 13 and 54. RGB value is (105,19,84). Sum of RGB (Red+Green+Blue) = 105+19+84=208 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50.48% from 208); Green value is 19 (7.81% from 255 or 9.13% from 208); Blue value is 84 (33.20% from 255 or 40.38% from 208); Max value from RGB is 105 - color contains mainly: red. Hex color #691354 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #691354 is #96ECAB. Grayscale: #333333. Windows color (decimal): -9890988 or 5509993. OLE color: 5509993.

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

Color convert

RGB1051984-
CMYK00.820.200.59
HSL314.65º69.35%24.31%-
HSV(B)314.65º81.9%41.18%-
XYZ7.664.118.78-
YUV52.12145.99165.71-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 50.48%
GREEN value IS 19 (7.81% from 255) = 9.13%
BLUE value IS 84 (33.20% from 255) = 40.38%
R=50.48%
G=9.13%
B=40.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.20
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105198400.820.200.59314.6569.3524.31
Hex691354052143B13b4518
Octal151231240122247347310530
Binary11010011001110101000101001010100111011100111011100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #691354; }

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

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

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

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

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

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

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

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