#692159

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

Shades of Palatinate Purple #692159

Tints of Palatinate Purple #692159

Color information

#692159 (or 0x692159) is unknown color: approx Palatinate Purple. HEX triplet: 69, 21 and 59. RGB value is (105,33,89). Sum of RGB (Red+Green+Blue) = 105+33+89=227 (30% of max value = 765). Red value is 105 (41.41% from 255 or 46.26% from 227); Green value is 33 (13.28% from 255 or 14.54% from 227); Blue value is 89 (35.16% from 255 or 39.21% from 227); Max value from RGB is 105 - color contains mainly: red. Hex color #692159 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #692159 is #96DEA6. Grayscale: #3C3C3C. Windows color (decimal): -9887399 or 5841257. OLE color: 5841257.

HSL color Cylindrical-coordinate representation of color #692159: hue angle of 313.33º degrees, saturation: 0.52, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #692159 is Cyan = 0, Magento = 0.69, Yellow = 0.15 and Black (K on CMYK) = 0.59.

Color convert

RGB1053389-
CMYK00.690.150.59
HSL313.33º52.17%27.06%-
HSV(B)313.33º68.57%41.18%-
XYZ8.174.819.95-
YUV60.91143.85159.45-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 46.26%
GREEN value IS 33 (13.28% from 255) = 14.54%
BLUE value IS 89 (35.16% from 255) = 39.21%
R=46.26%
G=14.54%
B=39.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.15
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105338900.690.150.59313.3352.1727.06
Hex692159045F3B139341b
Octal15141131010517734716433
Binary1101001100001101100101000101111111101110011100111010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #692159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #692159; }

 p { color: rgb(105,33,89); }

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

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

 a { background-color: rgb(105,33,89); }

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

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

 span { border-color: rgb(105,33,89); }

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