#692260

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

Shades of Palatinate Purple #692260

Tints of Palatinate Purple #692260

Color information

#692260 (or 0x692260) is unknown color: approx Palatinate Purple. HEX triplet: 69, 22 and 60. RGB value is (105,34,96). Sum of RGB (Red+Green+Blue) = 105+34+96=235 (31% of max value = 765). Red value is 105 (41.41% from 255 or 44.68% from 235); Green value is 34 (13.67% from 255 or 14.47% from 235); Blue value is 96 (37.89% from 255 or 40.85% from 235); Max value from RGB is 105 - color contains mainly: red. Hex color #692260 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #692260 is #96DD9F. Grayscale: #3E3E3E. Windows color (decimal): -9887136 or 6300265. OLE color: 6300265.

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

Color convert

RGB1053496-
CMYK00.680.090.59
HSL307.61º51.08%27.25%-
HSV(B)307.61º67.62%41.18%-
XYZ8.514.9911.58-
YUV62.3147.02158.46-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 44.68%
GREEN value IS 34 (13.67% from 255) = 14.47%
BLUE value IS 96 (37.89% from 255) = 40.85%
R=44.68%
G=14.47%
B=40.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.09
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105349600.680.090.59307.6151.0827.25
Hex69226004493B134331b
Octal15142140010411734646333
Binary1101001100010110000001000100100111101110011010011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #692260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #692260; }

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

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

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

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

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

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

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

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