#69405E

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

Shades of Palatinate Purple #69405E

Tints of Palatinate Purple #69405E

Color information

#69405E (or 0x69405E) is unknown color: approx Palatinate Purple. HEX triplet: 69, 40 and 5E. RGB value is (105,64,94). Sum of RGB (Red+Green+Blue) = 105+64+94=263 (34% of max value = 765). Red value is 105 (41.41% from 255 or 39.92% from 263); Green value is 64 (25.39% from 255 or 24.33% from 263); Blue value is 94 (37.11% from 255 or 35.74% from 263); Max value from RGB is 105 - color contains mainly: red. Hex color #69405E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #69405E is #96BFA1. Grayscale: #4F4F4F. Windows color (decimal): -9879458 or 6176873. OLE color: 6176873.

HSL color Cylindrical-coordinate representation of color #69405E: hue angle of 316.1º 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 #69405E is Cyan = 0, Magento = 0.39, Yellow = 0.10 and Black (K on CMYK) = 0.59.

Color convert

RGB1056494-
CMYK00.390.100.59
HSL316.1º24.26%33.14%-
HSV(B)316.1º39.05%41.18%-
XYZ9.687.4811.52-
YUV79.68136.08146.06-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 39.92%
GREEN value IS 64 (25.39% from 255) = 24.33%
BLUE value IS 94 (37.11% from 255) = 35.74%
R=39.92%
G=24.33%
B=35.74%

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
Decimal105649400.390.100.59316.124.2633.14
Hex69405E027A3B13c1821
Octal15110013604712734743041
Binary1101001100000010111100100111101011101110011110011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69405E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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