#69355E

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

Shades of Palatinate Purple #69355E

Tints of Palatinate Purple #69355E

Color information

#69355E (or 0x69355E) is unknown color: approx Palatinate Purple. HEX triplet: 69, 35 and 5E. RGB value is (105,53,94). Sum of RGB (Red+Green+Blue) = 105+53+94=252 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.67% from 252); Green value is 53 (21.09% from 255 or 21.03% from 252); Blue value is 94 (37.11% from 255 or 37.30% from 252); Max value from RGB is 105 - color contains mainly: red. Hex color #69355E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #69355E is #96CAA1. Grayscale: #494949. Windows color (decimal): -9882274 or 6174057. OLE color: 6174057.

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

Color convert

RGB1055394-
CMYK00.500.100.59
HSL312.69º32.91%30.98%-
HSV(B)312.69º49.52%41.18%-
XYZ9.126.3611.34-
YUV73.22139.73150.67-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 41.67%
GREEN value IS 53 (21.09% from 255) = 21.03%
BLUE value IS 94 (37.11% from 255) = 37.30%
R=41.67%
G=21.03%
B=37.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.10
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105539400.500.100.59312.6932.9130.98
Hex69355E032A3B139211f
Octal1516513606212734714137
Binary110100111010110111100110010101011101110011100110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69355E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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