#692360

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

Shades of Palatinate Purple #692360

Tints of Palatinate Purple #692360

Color information

#692360 (or 0x692360) is unknown color: approx Palatinate Purple. HEX triplet: 69, 23 and 60. RGB value is (105,35,96). Sum of RGB (Red+Green+Blue) = 105+35+96=236 (31% of max value = 765). Red value is 105 (41.41% from 255 or 44.49% from 236); Green value is 35 (14.06% from 255 or 14.83% from 236); Blue value is 96 (37.89% from 255 or 40.68% from 236); Max value from RGB is 105 - color contains mainly: red. Hex color #692360 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #692360 is #96DC9F. Grayscale: #3E3E3E. Windows color (decimal): -9886880 or 6300521. OLE color: 6300521.

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

Color convert

RGB1053596-
CMYK00.670.090.59
HSL307.71º50%27.45%-
HSV(B)307.71º66.67%41.18%-
XYZ8.545.0511.59-
YUV62.88146.69158.04-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 44.49%
GREEN value IS 35 (14.06% from 255) = 14.83%
BLUE value IS 96 (37.89% from 255) = 40.68%
R=44.49%
G=14.83%
B=40.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.09
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105359600.670.090.59307.715027.45
Hex69236004393B134321b
Octal15143140010311734646233
Binary1101001100011110000001000011100111101110011010011001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #692360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #692360; }

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

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

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

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

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

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

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

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