#692264

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

Shades of Palatinate Purple #692264

Tints of Palatinate Purple #692264

Color information

#692264 (or 0x692264) is unknown color: approx Palatinate Purple. HEX triplet: 69, 22 and 64. RGB value is (105,34,100). Sum of RGB (Red+Green+Blue) = 105+34+100=239 (31% of max value = 765). Red value is 105 (41.41% from 255 or 43.93% from 239); Green value is 34 (13.67% from 255 or 14.23% from 239); Blue value is 100 (39.45% from 255 or 41.84% from 239); Max value from RGB is 105 - color contains mainly: red. Hex color #692264 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #692264 is #96DD9B. Grayscale: #3E3E3E. Windows color (decimal): -9887132 or 6562409. OLE color: 6562409.

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

Color convert

RGB10534100-
CMYK00.680.050.59
HSL304.23º51.08%27.25%-
HSV(B)304.23º67.62%41.18%-
XYZ8.75.0712.58-
YUV62.75149.02158.13-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 43.93%
GREEN value IS 34 (13.67% from 255) = 14.23%
BLUE value IS 100 (39.45% from 255) = 41.84%
R=43.93%
G=14.23%
B=41.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.05
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1053410000.680.050.59304.2351.0827.25
Hex69226404453B130331b
Octal1514214401045734606333
Binary110100110001011001000100010010111101110011000011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #692264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #692264; }

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

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

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

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

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

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

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

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