#69325F

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

Shades of Palatinate Purple #69325F

Tints of Palatinate Purple #69325F

Color information

#69325F (or 0x69325F) is unknown color: approx Palatinate Purple. HEX triplet: 69, 32 and 5F. RGB value is (105,50,95). Sum of RGB (Red+Green+Blue) = 105+50+95=250 (33% of max value = 765). Red value is 105 (41.41% from 255 or 42% from 250); Green value is 50 (19.92% from 255 or 20% from 250); Blue value is 95 (37.5% from 255 or 38% from 250); Max value from RGB is 105 - color contains mainly: red. Hex color #69325F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #69325F is #96CDA0. Grayscale: #474747. Windows color (decimal): -9883041 or 6238825. OLE color: 6238825.

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

Color convert

RGB1055095-
CMYK00.520.100.59
HSL310.91º35.48%30.39%-
HSV(B)310.91º52.38%41.18%-
XYZ9.036.1111.53-
YUV71.58141.22151.84-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 42%
GREEN value IS 50 (19.92% from 255) = 20%
BLUE value IS 95 (37.5% from 255) = 38%
R=42%
G=20%
B=38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.10
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105509500.520.100.59310.9135.4830.39
Hex69325F034A3B137231e
Octal1516213706412734674336
Binary110100111001010111110110100101011101110011011110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69325F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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