#690463

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

Shades of Palatinate Purple #690463

Tints of Palatinate Purple #690463

Color information

#690463 (or 0x690463) is unknown color: approx Palatinate Purple. HEX triplet: 69, 04 and 63. RGB value is (105,4,99). Sum of RGB (Red+Green+Blue) = 105+4+99=208 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50.48% from 208); Green value is 4 (1.95% from 255 or 1.92% from 208); Blue value is 99 (39.06% from 255 or 47.60% from 208); Max value from RGB is 105 - color contains mainly: red. Hex color #690463 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690463 is #96FB9C. Grayscale: #2C2C2C. Windows color (decimal): -9894813 or 6489193. OLE color: 6489193.

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

Color convert

RGB105499-
CMYK00.960.060.59
HSL303.56º92.66%21.37%-
HSV(B)303.56º96.19%41.18%-
XYZ8.123.9912.15-
YUV45.03158.46170.78-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 50.48%
GREEN value IS 4 (1.95% from 255) = 1.92%
BLUE value IS 99 (39.06% from 255) = 47.60%
R=50.48%
G=1.92%
B=47.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.06
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10549900.960.060.59303.5692.6621.37
Hex6946306063B1305d15
Octal1514143014067346013525
Binary1101001100110001101100000110111011100110000101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #690463; }

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

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

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

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

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

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

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

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