#69335E

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

Shades of Palatinate Purple #69335E

Tints of Palatinate Purple #69335E

Color information

#69335E (or 0x69335E) is unknown color: approx Palatinate Purple. HEX triplet: 69, 33 and 5E. RGB value is (105,51,94). Sum of RGB (Red+Green+Blue) = 105+51+94=250 (33% of max value = 765). Red value is 105 (41.41% from 255 or 42% from 250); Green value is 51 (20.31% from 255 or 20.4% from 250); Blue value is 94 (37.11% from 255 or 37.6% from 250); Max value from RGB is 105 - color contains mainly: red. Hex color #69335E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #69335E is #96CCA1. Grayscale: #474747. Windows color (decimal): -9882786 or 6173545. OLE color: 6173545.

HSL color Cylindrical-coordinate representation of color #69335E: hue angle of 312.22º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #69335E is Cyan = 0, Magento = 0.51, Yellow = 0.10 and Black (K on CMYK) = 0.59.

Color convert

RGB1055194-
CMYK00.510.100.59
HSL312.22º34.62%30.59%-
HSV(B)312.22º51.43%41.18%-
XYZ9.036.1811.31-
YUV72.05140.39151.5-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 42%
GREEN value IS 51 (20.31% from 255) = 20.4%
BLUE value IS 94 (37.11% from 255) = 37.6%
R=42%
G=20.4%
B=37.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.10
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105519400.510.100.59312.2234.6230.59
Hex69335E033A3B138231f
Octal1516313606312734704337
Binary110100111001110111100110011101011101110011100010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69335E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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