#692463

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

Shades of Palatinate Purple #692463

Tints of Palatinate Purple #692463

Color information

#692463 (or 0x692463) is unknown color: approx Palatinate Purple. HEX triplet: 69, 24 and 63. RGB value is (105,36,99). Sum of RGB (Red+Green+Blue) = 105+36+99=240 (31% of max value = 765). Red value is 105 (41.41% from 255 or 43.75% from 240); Green value is 36 (14.45% from 255 or 15% from 240); Blue value is 99 (39.06% from 255 or 41.25% from 240); Max value from RGB is 105 - color contains mainly: red. Hex color #692463 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #692463 is #96DB9C. Grayscale: #3F3F3F. Windows color (decimal): -9886621 or 6497385. OLE color: 6497385.

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

Color convert

RGB1053699-
CMYK00.660.060.59
HSL305.22º48.94%27.65%-
HSV(B)305.22º65.71%41.18%-
XYZ8.715.1712.34-
YUV63.81147.86157.38-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 43.75%
GREEN value IS 36 (14.45% from 255) = 15%
BLUE value IS 99 (39.06% from 255) = 41.25%
R=43.75%
G=15%
B=41.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.06
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105369900.660.060.59305.2248.9427.65
Hex69246304263B131311c
Octal1514414301026734616134
Binary110100110010011000110100001011011101110011000111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #692463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #692463; }

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

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

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

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

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

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

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

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