#69325C

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

Shades of Palatinate Purple #69325C

Tints of Palatinate Purple #69325C

Color information

#69325C (or 0x69325C) is unknown color: approx Palatinate Purple. HEX triplet: 69, 32 and 5C. RGB value is (105,50,92). Sum of RGB (Red+Green+Blue) = 105+50+92=247 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.51% from 247); Green value is 50 (19.92% from 255 or 20.24% from 247); Blue value is 92 (36.33% from 255 or 37.25% from 247); Max value from RGB is 105 - color contains mainly: red. Hex color #69325C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #69325C is #96CDA3. Grayscale: #474747. Windows color (decimal): -9883044 or 6042217. OLE color: 6042217.

HSL color Cylindrical-coordinate representation of color #69325C: hue angle of 314.18º 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 #69325C is Cyan = 0, Magento = 0.52, Yellow = 0.12 and Black (K on CMYK) = 0.59.

Color convert

RGB1055092-
CMYK00.520.120.59
HSL314.18º35.48%30.39%-
HSV(B)314.18º52.38%41.18%-
XYZ8.96.0610.83-
YUV71.23139.72152.08-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 42.51%
GREEN value IS 50 (19.92% from 255) = 20.24%
BLUE value IS 92 (36.33% from 255) = 37.25%
R=42.51%
G=20.24%
B=37.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.12
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105509200.520.120.59314.1835.4830.39
Hex69325C034C3B13a231e
Octal1516213406414734724336
Binary110100111001010111000110100110011101110011101010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69325C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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