#691254

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

Shades of Palatinate Purple #691254

Tints of Palatinate Purple #691254

Color information

#691254 (or 0x691254) is unknown color: approx Palatinate Purple. HEX triplet: 69, 12 and 54. RGB value is (105,18,84). Sum of RGB (Red+Green+Blue) = 105+18+84=207 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50.72% from 207); Green value is 18 (7.42% from 255 or 8.70% from 207); Blue value is 84 (33.20% from 255 or 40.58% from 207); Max value from RGB is 105 - color contains mainly: red. Hex color #691254 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #691254 is #96EDAB. Grayscale: #333333. Windows color (decimal): -9891244 or 5509737. OLE color: 5509737.

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

Color convert

RGB1051884-
CMYK00.830.200.59
HSL314.48º70.73%24.12%-
HSV(B)314.48º82.86%41.18%-
XYZ7.644.088.77-
YUV51.54146.32166.13-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 50.72%
GREEN value IS 18 (7.42% from 255) = 8.70%
BLUE value IS 84 (33.20% from 255) = 40.58%
R=50.72%
G=8.70%
B=40.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.20
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105188400.830.200.59314.4870.7324.12
Hex691254053143B13a4718
Octal151221240123247347210730
Binary11010011001010101000101001110100111011100111010100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #691254; }

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

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

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

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

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

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

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

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