#692860

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

Shades of Palatinate Purple #692860

Tints of Palatinate Purple #692860

Color information

#692860 (or 0x692860) is unknown color: approx Palatinate Purple. HEX triplet: 69, 28 and 60. RGB value is (105,40,96). Sum of RGB (Red+Green+Blue) = 105+40+96=241 (31% of max value = 765). Red value is 105 (41.41% from 255 or 43.57% from 241); Green value is 40 (16.02% from 255 or 16.60% from 241); Blue value is 96 (37.89% from 255 or 39.83% from 241); Max value from RGB is 105 - color contains mainly: red. Hex color #692860 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #692860 is #96D79F. Grayscale: #414141. Windows color (decimal): -9885600 or 6301801. OLE color: 6301801.

HSL color Cylindrical-coordinate representation of color #692860: hue angle of 308.31º 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 #692860 is Cyan = 0, Magento = 0.62, Yellow = 0.09 and Black (K on CMYK) = 0.59.

Color convert

RGB1054096-
CMYK00.620.090.59
HSL308.31º44.83%28.43%-
HSV(B)308.31º61.9%41.18%-
XYZ8.75.3711.64-
YUV65.82145.03155.95-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 43.57%
GREEN value IS 40 (16.02% from 255) = 16.60%
BLUE value IS 96 (37.89% from 255) = 39.83%
R=43.57%
G=16.60%
B=39.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.09
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105409600.620.090.59308.3144.8328.43
Hex69286003E93B1342d1c
Octal1515014007611734645534
Binary110100110100011000000111110100111101110011010010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #692860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #692860; }

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

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

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

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

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

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

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

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