#69315A

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

Shades of Palatinate Purple #69315A

Tints of Palatinate Purple #69315A

Color information

#69315A (or 0x69315A) is unknown color: approx Palatinate Purple. HEX triplet: 69, 31 and 5A. RGB value is (105,49,90). Sum of RGB (Red+Green+Blue) = 105+49+90=244 (32% of max value = 765). Red value is 105 (41.41% from 255 or 43.03% from 244); Green value is 49 (19.53% from 255 or 20.08% from 244); Blue value is 90 (35.55% from 255 or 36.89% from 244); Max value from RGB is 105 - color contains mainly: red. Hex color #69315A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #69315A is #96CEA5. Grayscale: #464646. Windows color (decimal): -9883302 or 5910889. OLE color: 5910889.

HSL color Cylindrical-coordinate representation of color #69315A: hue angle of 316.07º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #69315A is Cyan = 0, Magento = 0.53, Yellow = 0.14 and Black (K on CMYK) = 0.59.

Color convert

RGB1054990-
CMYK00.530.140.59
HSL316.07º36.36%30.2%-
HSV(B)316.07º53.33%41.18%-
XYZ8.775.9410.36-
YUV70.42139.05152.67-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 43.03%
GREEN value IS 49 (19.53% from 255) = 20.08%
BLUE value IS 90 (35.55% from 255) = 36.89%
R=43.03%
G=20.08%
B=36.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.14
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105499000.530.140.59316.0736.3630.2
Hex69315A035E3B13c241e
Octal1516113206516734744436
Binary110100111000110110100110101111011101110011110010010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69315A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69315A; }

 p { color: rgb(105,49,90); }

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

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

 a { background-color: rgb(105,49,90); }

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

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

 span { border-color: rgb(105,49,90); }

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