#692560

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

Shades of Palatinate Purple #692560

Tints of Palatinate Purple #692560

Color information

#692560 (or 0x692560) is unknown color: approx Palatinate Purple. HEX triplet: 69, 25 and 60. RGB value is (105,37,96). Sum of RGB (Red+Green+Blue) = 105+37+96=238 (31% of max value = 765). Red value is 105 (41.41% from 255 or 44.12% from 238); Green value is 37 (14.84% from 255 or 15.55% from 238); Blue value is 96 (37.89% from 255 or 40.34% from 238); Max value from RGB is 105 - color contains mainly: red. Hex color #692560 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #692560 is #96DA9F. Grayscale: #3F3F3F. Windows color (decimal): -9886368 or 6301033. OLE color: 6301033.

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

Color convert

RGB1053796-
CMYK00.650.090.59
HSL307.94º47.89%27.84%-
HSV(B)307.94º64.76%41.18%-
XYZ8.65.1711.61-
YUV64.06146.03157.2-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 44.12%
GREEN value IS 37 (14.84% from 255) = 15.55%
BLUE value IS 96 (37.89% from 255) = 40.34%
R=44.12%
G=15.55%
B=40.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.09
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105379600.650.090.59307.9447.8927.84
Hex69256004193B134301c
Octal15145140010111734646034
Binary1101001100101110000001000001100111101110011010011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #692560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #692560; }

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

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

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

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

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

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

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

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