#692854

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

Shades of Palatinate Purple #692854

Tints of Palatinate Purple #692854

Color information

#692854 (or 0x692854) is unknown color: approx Palatinate Purple. HEX triplet: 69, 28 and 54. RGB value is (105,40,84). Sum of RGB (Red+Green+Blue) = 105+40+84=229 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.85% from 229); Green value is 40 (16.02% from 255 or 17.47% from 229); Blue value is 84 (33.20% from 255 or 36.68% from 229); Max value from RGB is 105 - color contains mainly: red. Hex color #692854 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #692854 is #96D7AB. Grayscale: #404040. Windows color (decimal): -9885612 or 5515369. OLE color: 5515369.

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

Color convert

RGB1054084-
CMYK00.620.200.59
HSL319.38º44.83%28.43%-
HSV(B)319.38º61.9%41.18%-
XYZ8.185.168.95-
YUV64.45139.03156.92-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 45.85%
GREEN value IS 40 (16.02% from 255) = 17.47%
BLUE value IS 84 (33.20% from 255) = 36.68%
R=45.85%
G=17.47%
B=36.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.20
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105408400.620.200.59319.3844.8328.43
Hex69285403E143B13f2d1c
Octal1515012407624734775534
Binary1101001101000101010001111101010011101110011111110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #692854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #692854; }

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

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

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

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

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

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

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

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