#692954

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

Shades of Palatinate Purple #692954

Tints of Palatinate Purple #692954

Color information

#692954 (or 0x692954) is unknown color: approx Palatinate Purple. HEX triplet: 69, 29 and 54. RGB value is (105,41,84). Sum of RGB (Red+Green+Blue) = 105+41+84=230 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.65% from 230); Green value is 41 (16.41% from 255 or 17.83% from 230); Blue value is 84 (33.20% from 255 or 36.52% from 230); Max value from RGB is 105 - color contains mainly: red. Hex color #692954 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #692954 is #96D6AB. Grayscale: #404040. Windows color (decimal): -9885356 or 5515625. OLE color: 5515625.

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

Color convert

RGB1054184-
CMYK00.610.200.59
HSL319.69º43.84%28.63%-
HSV(B)319.69º60.95%41.18%-
XYZ8.225.238.96-
YUV65.04138.7156.5-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 45.65%
GREEN value IS 41 (16.41% from 255) = 17.83%
BLUE value IS 84 (33.20% from 255) = 36.52%
R=45.65%
G=17.83%
B=36.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.20
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105418400.610.200.59319.6943.8428.63
Hex69295403D143B1402c1d
Octal1515112407524735005435
Binary1101001101001101010001111011010011101110100000010110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #692954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #692954; }

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

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

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

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

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

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

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

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