#692056

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

Shades of Palatinate Purple #692056

Tints of Palatinate Purple #692056

Color information

#692056 (or 0x692056) is unknown color: approx Palatinate Purple. HEX triplet: 69, 20 and 56. RGB value is (105,32,86). Sum of RGB (Red+Green+Blue) = 105+32+86=223 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.09% from 223); Green value is 32 (12.89% from 255 or 14.35% from 223); Blue value is 86 (33.98% from 255 or 38.57% from 223); Max value from RGB is 105 - color contains mainly: red. Hex color #692056 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #692056 is #96DFA9. Grayscale: #3B3B3B. Windows color (decimal): -9887658 or 5644393. OLE color: 5644393.

HSL color Cylindrical-coordinate representation of color #692056: hue angle of 315.62º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #692056 is Cyan = 0, Magento = 0.70, Yellow = 0.18 and Black (K on CMYK) = 0.59.

Color convert

RGB1053286-
CMYK00.700.180.59
HSL315.62º53.28%26.86%-
HSV(B)315.62º69.52%41.18%-
XYZ8.024.719.29-
YUV59.98142.68160.11-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 47.09%
GREEN value IS 32 (12.89% from 255) = 14.35%
BLUE value IS 86 (33.98% from 255) = 38.57%
R=47.09%
G=14.35%
B=38.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.18
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105328600.700.180.59315.6253.2826.86
Hex692056046123B13c351b
Octal15140126010622734746533
Binary11010011000001010110010001101001011101110011110011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #692056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #692056; }

 p { color: rgb(105,32,86); }

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

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

 a { background-color: rgb(105,32,86); }

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

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

 span { border-color: rgb(105,32,86); }

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