#693463

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

Shades of Palatinate Purple #693463

Tints of Palatinate Purple #693463

Color information

#693463 (or 0x693463) is unknown color: approx Palatinate Purple. HEX triplet: 69, 34 and 63. RGB value is (105,52,99). Sum of RGB (Red+Green+Blue) = 105+52+99=256 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.02% from 256); Green value is 52 (20.70% from 255 or 20.31% from 256); Blue value is 99 (39.06% from 255 or 38.67% from 256); Max value from RGB is 105 - color contains mainly: red. Hex color #693463 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693463 is #96CB9C. Grayscale: #494949. Windows color (decimal): -9882525 or 6501481. OLE color: 6501481.

HSL color Cylindrical-coordinate representation of color #693463: hue angle of 306.79º degrees, saturation: 0.34, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #693463 is Cyan = 0, Magento = 0.50, Yellow = 0.06 and Black (K on CMYK) = 0.59.

Color convert

RGB1055299-
CMYK00.500.060.59
HSL306.79º33.76%30.78%-
HSV(B)306.79º50.48%41.18%-
XYZ9.316.3612.54-
YUV73.2142.56150.68-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 41.02%
GREEN value IS 52 (20.70% from 255) = 20.31%
BLUE value IS 99 (39.06% from 255) = 38.67%
R=41.02%
G=20.31%
B=38.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.06
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105529900.500.060.59306.7933.7630.78
Hex69346303263B133221f
Octal151641430626734634237
Binary11010011101001100011011001011011101110011001110001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693463; }

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

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

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

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

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

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

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

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