#69355B

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

Shades of Palatinate Purple #69355B

Tints of Palatinate Purple #69355B

Color information

#69355B (or 0x69355B) is unknown color: approx Palatinate Purple. HEX triplet: 69, 35 and 5B. RGB value is (105,53,91). Sum of RGB (Red+Green+Blue) = 105+53+91=249 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.17% from 249); Green value is 53 (21.09% from 255 or 21.29% from 249); Blue value is 91 (35.94% from 255 or 36.55% from 249); Max value from RGB is 105 - color contains mainly: red. Hex color #69355B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #69355B is #96CAA4. Grayscale: #484848. Windows color (decimal): -9882277 or 5977449. OLE color: 5977449.

HSL color Cylindrical-coordinate representation of color #69355B: hue angle of 316.15º 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 #69355B is Cyan = 0, Magento = 0.50, Yellow = 0.13 and Black (K on CMYK) = 0.59.

Color convert

RGB1055391-
CMYK00.500.130.59
HSL316.15º32.91%30.98%-
HSV(B)316.15º49.52%41.18%-
XYZ8.996.310.64-
YUV72.88138.23150.91-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 42.17%
GREEN value IS 53 (21.09% from 255) = 21.29%
BLUE value IS 91 (35.94% from 255) = 36.55%
R=42.17%
G=21.29%
B=36.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.13
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105539100.500.130.59316.1532.9130.98
Hex69355B032D3B13c211f
Octal1516513306215734744137
Binary110100111010110110110110010110111101110011110010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69355B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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