#69065F

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

Shades of Palatinate Purple #69065F

Tints of Palatinate Purple #69065F

Color information

#69065F (or 0x69065F) is unknown color: approx Palatinate Purple. HEX triplet: 69, 06 and 5F. RGB value is (105,6,95). Sum of RGB (Red+Green+Blue) = 105+6+95=206 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50.97% from 206); Green value is 6 (2.73% from 255 or 2.91% from 206); Blue value is 95 (37.5% from 255 or 46.12% from 206); Max value from RGB is 105 - color contains mainly: red. Hex color #69065F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #69065F is #96F9A0. Grayscale: #2D2D2D. Windows color (decimal): -9894305 or 6227561. OLE color: 6227561.

HSL color Cylindrical-coordinate representation of color #69065F: hue angle of 306.06º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #69065F is Cyan = 0, Magento = 0.94, Yellow = 0.10 and Black (K on CMYK) = 0.59.

Color convert

RGB105695-
CMYK00.940.100.59
HSL306.06º89.19%21.76%-
HSV(B)306.06º94.29%41.18%-
XYZ7.963.9611.17-
YUV45.75155.8170.26-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 50.97%
GREEN value IS 6 (2.73% from 255) = 2.91%
BLUE value IS 95 (37.5% from 255) = 46.12%
R=50.97%
G=2.91%
B=46.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.10
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10569500.940.100.59306.0689.1921.76
Hex6965F05EA3B1325916
Octal15161370136127346213126
Binary11010011101011111010111101010111011100110010101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69065F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69065F; }

 p { color: rgb(105,6,95); }

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

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

 a { background-color: rgb(105,6,95); }

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

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

 span { border-color: rgb(105,6,95); }

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