#693154

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

Shades of Palatinate Purple #693154

Tints of Palatinate Purple #693154

Color information

#693154 (or 0x693154) is unknown color: approx Palatinate Purple. HEX triplet: 69, 31 and 54. RGB value is (105,49,84). Sum of RGB (Red+Green+Blue) = 105+49+84=238 (31% of max value = 765). Red value is 105 (41.41% from 255 or 44.12% from 238); Green value is 49 (19.53% from 255 or 20.59% from 238); Blue value is 84 (33.20% from 255 or 35.29% from 238); Max value from RGB is 105 - color contains mainly: red. Hex color #693154 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693154 is #96CEAB. Grayscale: #454545. Windows color (decimal): -9883308 or 5517673. OLE color: 5517673.

HSL color Cylindrical-coordinate representation of color #693154: hue angle of 322.5º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #693154 is Cyan = 0, Magento = 0.53, Yellow = 0.20 and Black (K on CMYK) = 0.59.

Color convert

RGB1054984-
CMYK00.530.200.59
HSL322.5º36.36%30.2%-
HSV(B)322.5º53.33%41.18%-
XYZ8.525.849.07-
YUV69.73136.05153.15-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 44.12%
GREEN value IS 49 (19.53% from 255) = 20.59%
BLUE value IS 84 (33.20% from 255) = 35.29%
R=44.12%
G=20.59%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.20
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105498400.530.200.59322.536.3630.2
Hex693154035143B142241e
Octal1516112406524735024436
Binary1101001110001101010001101011010011101110100001010010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693154; }

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

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

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

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

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

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

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

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