#692863

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

Shades of Palatinate Purple #692863

Tints of Palatinate Purple #692863

Color information

#692863 (or 0x692863) is unknown color: approx Palatinate Purple. HEX triplet: 69, 28 and 63. RGB value is (105,40,99). Sum of RGB (Red+Green+Blue) = 105+40+99=244 (32% of max value = 765). Red value is 105 (41.41% from 255 or 43.03% from 244); Green value is 40 (16.02% from 255 or 16.39% from 244); Blue value is 99 (39.06% from 255 or 40.57% from 244); Max value from RGB is 105 - color contains mainly: red. Hex color #692863 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #692863 is #96D79C. Grayscale: #414141. Windows color (decimal): -9885597 or 6498409. OLE color: 6498409.

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

Color convert

RGB1054099-
CMYK00.620.060.59
HSL305.54º44.83%28.43%-
HSV(B)305.54º61.9%41.18%-
XYZ8.845.4212.39-
YUV66.16146.53155.7-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 43.03%
GREEN value IS 40 (16.02% from 255) = 16.39%
BLUE value IS 99 (39.06% from 255) = 40.57%
R=43.03%
G=16.39%
B=40.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.06
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105409900.620.060.59305.5444.8328.43
Hex69286303E63B1322d1c
Octal151501430766734625534
Binary11010011010001100011011111011011101110011001010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #692863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #692863; }

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

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

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

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

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

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

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

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