#69405F

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

Shades of Palatinate Purple #69405F

Tints of Palatinate Purple #69405F

Color information

#69405F (or 0x69405F) is unknown color: approx Palatinate Purple. HEX triplet: 69, 40 and 5F. RGB value is (105,64,95). Sum of RGB (Red+Green+Blue) = 105+64+95=264 (34% of max value = 765). Red value is 105 (41.41% from 255 or 39.77% from 264); Green value is 64 (25.39% from 255 or 24.24% from 264); Blue value is 95 (37.5% from 255 or 35.98% from 264); Max value from RGB is 105 - color contains mainly: red. Hex color #69405F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #69405F is #96BFA0. Grayscale: #4F4F4F. Windows color (decimal): -9879457 or 6242409. OLE color: 6242409.

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

Color convert

RGB1056495-
CMYK00.390.100.59
HSL314.63º24.26%33.14%-
HSV(B)314.63º39.05%41.18%-
XYZ9.727.511.76-
YUV79.79136.58145.98-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 39.77%
GREEN value IS 64 (25.39% from 255) = 24.24%
BLUE value IS 95 (37.5% from 255) = 35.98%
R=39.77%
G=24.24%
B=35.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.10
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105649500.390.100.59314.6324.2633.14
Hex69405F027A3B13b1821
Octal15110013704712734733041
Binary1101001100000010111110100111101011101110011101111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69405F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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