#692255

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

Shades of Palatinate Purple #692255

Tints of Palatinate Purple #692255

Color information

#692255 (or 0x692255) is unknown color: approx Palatinate Purple. HEX triplet: 69, 22 and 55. RGB value is (105,34,85). Sum of RGB (Red+Green+Blue) = 105+34+85=224 (29% of max value = 765). Red value is 105 (41.41% from 255 or 46.88% from 224); Green value is 34 (13.67% from 255 or 15.18% from 224); Blue value is 85 (33.59% from 255 or 37.95% from 224); Max value from RGB is 105 - color contains mainly: red. Hex color #692255 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #692255 is #96DDAA. Grayscale: #3C3C3C. Windows color (decimal): -9887147 or 5579369. OLE color: 5579369.

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

Color convert

RGB1053485-
CMYK00.680.190.59
HSL316.9º51.08%27.25%-
HSV(B)316.9º67.62%41.18%-
XYZ8.044.89.1-
YUV61.04141.52159.35-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 46.88%
GREEN value IS 34 (13.67% from 255) = 15.18%
BLUE value IS 85 (33.59% from 255) = 37.95%
R=46.88%
G=15.18%
B=37.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.19
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105348500.680.190.59316.951.0827.25
Hex692255044133B13d331b
Octal15142125010423734756333
Binary11010011000101010101010001001001111101110011110111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #692255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #692255; }

 p { color: rgb(105,34,85); }

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

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

 a { background-color: rgb(105,34,85); }

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

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

 span { border-color: rgb(105,34,85); }

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