#692853

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

Shades of Palatinate Purple #692853

Tints of Palatinate Purple #692853

Color information

#692853 (or 0x692853) is unknown color: approx Palatinate Purple. HEX triplet: 69, 28 and 53. RGB value is (105,40,83). Sum of RGB (Red+Green+Blue) = 105+40+83=228 (30% of max value = 765). Red value is 105 (41.41% from 255 or 46.05% from 228); Green value is 40 (16.02% from 255 or 17.54% from 228); Blue value is 83 (32.81% from 255 or 36.40% from 228); Max value from RGB is 105 - color contains mainly: red. Hex color #692853 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #692853 is #96D7AC. Grayscale: #404040. Windows color (decimal): -9885613 or 5449833. OLE color: 5449833.

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

Color convert

RGB1054083-
CMYK00.620.210.59
HSL320.31º44.83%28.43%-
HSV(B)320.31º61.9%41.18%-
XYZ8.155.158.75-
YUV64.34138.53157-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 46.05%
GREEN value IS 40 (16.02% from 255) = 17.54%
BLUE value IS 83 (32.81% from 255) = 36.40%
R=46.05%
G=17.54%
B=36.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.21
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105408300.620.210.59320.3144.8328.43
Hex69285303E153B1402d1c
Octal1515012307625735005534
Binary1101001101000101001101111101010111101110100000010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #692853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #692853; }

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

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

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

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

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

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

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

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