#693065

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

Shades of Palatinate Purple #693065

Tints of Palatinate Purple #693065

Color information

#693065 (or 0x693065) is unknown color: approx Palatinate Purple. HEX triplet: 69, 30 and 65. RGB value is (105,48,101). Sum of RGB (Red+Green+Blue) = 105+48+101=254 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.34% from 254); Green value is 48 (19.14% from 255 or 18.90% from 254); Blue value is 101 (39.84% from 255 or 39.76% from 254); Max value from RGB is 105 - color contains mainly: red. Hex color #693065 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693065 is #96CF9A. Grayscale: #464646. Windows color (decimal): -9883547 or 6631529. OLE color: 6631529.

HSL color Cylindrical-coordinate representation of color #693065: hue angle of 304.21º degrees, saturation: 0.37, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #693065 is Cyan = 0, Magento = 0.54, Yellow = 0.04 and Black (K on CMYK) = 0.59.

Color convert

RGB10548101-
CMYK00.540.040.59
HSL304.21º37.25%30%-
HSV(B)304.21º54.29%41.18%-
XYZ9.236.0612.99-
YUV71.08144.88152.19-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 41.34%
GREEN value IS 48 (19.14% from 255) = 18.90%
BLUE value IS 101 (39.84% from 255) = 39.76%
R=41.34%
G=18.90%
B=39.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.04
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1054810100.540.040.59304.2137.2530
Hex69306503643B130251e
Octal151601450664734604536
Binary11010011100001100101011011010011101110011000010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693065; }

 p { color: rgb(105,48,101); }

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

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

 a { background-color: rgb(105,48,101); }

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

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

 span { border-color: rgb(105,48,101); }

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