#69325A

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

Shades of Palatinate Purple #69325A

Tints of Palatinate Purple #69325A

Color information

#69325A (or 0x69325A) is unknown color: approx Palatinate Purple. HEX triplet: 69, 32 and 5A. RGB value is (105,50,90). Sum of RGB (Red+Green+Blue) = 105+50+90=245 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.86% from 245); Green value is 50 (19.92% from 255 or 20.41% from 245); Blue value is 90 (35.55% from 255 or 36.73% from 245); Max value from RGB is 105 - color contains mainly: red. Hex color #69325A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #69325A is #96CDA5. Grayscale: #464646. Windows color (decimal): -9883046 or 5911145. OLE color: 5911145.

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

Color convert

RGB1055090-
CMYK00.520.140.59
HSL316.36º35.48%30.39%-
HSV(B)316.36º52.38%41.18%-
XYZ8.816.0210.37-
YUV71138.72152.25-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 42.86%
GREEN value IS 50 (19.92% from 255) = 20.41%
BLUE value IS 90 (35.55% from 255) = 36.73%
R=42.86%
G=20.41%
B=36.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.14
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105509000.520.140.59316.3635.4830.39
Hex69325A034E3B13c231e
Octal1516213206416734744336
Binary110100111001010110100110100111011101110011110010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69325A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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