#692363

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

Shades of Palatinate Purple #692363

Tints of Palatinate Purple #692363

Color information

#692363 (or 0x692363) is unknown color: approx Palatinate Purple. HEX triplet: 69, 23 and 63. RGB value is (105,35,99). Sum of RGB (Red+Green+Blue) = 105+35+99=239 (31% of max value = 765). Red value is 105 (41.41% from 255 or 43.93% from 239); Green value is 35 (14.06% from 255 or 14.64% from 239); Blue value is 99 (39.06% from 255 or 41.42% from 239); Max value from RGB is 105 - color contains mainly: red. Hex color #692363 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #692363 is #96DC9C. Grayscale: #3F3F3F. Windows color (decimal): -9886877 or 6497129. OLE color: 6497129.

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

Color convert

RGB1053599-
CMYK00.670.060.59
HSL305.14º50%27.45%-
HSV(B)305.14º66.67%41.18%-
XYZ8.685.1112.33-
YUV63.23148.19157.8-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 43.93%
GREEN value IS 35 (14.06% from 255) = 14.64%
BLUE value IS 99 (39.06% from 255) = 41.42%
R=43.93%
G=14.64%
B=41.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.06
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105359900.670.060.59305.145027.45
Hex69236304363B131321b
Octal1514314301036734616233
Binary110100110001111000110100001111011101110011000111001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #692363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #692363; }

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

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

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

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

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

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

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

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