#69345B

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

Shades of Palatinate Purple #69345B

Tints of Palatinate Purple #69345B

Color information

#69345B (or 0x69345B) is unknown color: approx Palatinate Purple. HEX triplet: 69, 34 and 5B. RGB value is (105,52,91). Sum of RGB (Red+Green+Blue) = 105+52+91=248 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.34% from 248); Green value is 52 (20.70% from 255 or 20.97% from 248); Blue value is 91 (35.94% from 255 or 36.69% from 248); Max value from RGB is 105 - color contains mainly: red. Hex color #69345B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #69345B is #96CBA4. Grayscale: #484848. Windows color (decimal): -9882533 or 5977193. OLE color: 5977193.

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

Color convert

RGB1055291-
CMYK00.500.130.59
HSL315.85º33.76%30.78%-
HSV(B)315.85º50.48%41.18%-
XYZ8.946.2110.63-
YUV72.29138.56151.33-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 42.34%
GREEN value IS 52 (20.70% from 255) = 20.97%
BLUE value IS 91 (35.94% from 255) = 36.69%
R=42.34%
G=20.97%
B=36.69%

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
Decimal105529100.500.130.59315.8533.7630.78
Hex69345B032D3B13c221f
Octal1516413306215734744237
Binary110100111010010110110110010110111101110011110010001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69345B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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