#69295B

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

Shades of Palatinate Purple #69295B

Tints of Palatinate Purple #69295B

Color information

#69295B (or 0x69295B) is unknown color: approx Palatinate Purple. HEX triplet: 69, 29 and 5B. RGB value is (105,41,91). Sum of RGB (Red+Green+Blue) = 105+41+91=237 (31% of max value = 765). Red value is 105 (41.41% from 255 or 44.30% from 237); Green value is 41 (16.41% from 255 or 17.30% from 237); Blue value is 91 (35.94% from 255 or 38.40% from 237); Max value from RGB is 105 - color contains mainly: red. Hex color #69295B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #69295B is #96D6A4. Grayscale: #414141. Windows color (decimal): -9885349 or 5974377. OLE color: 5974377.

HSL color Cylindrical-coordinate representation of color #69295B: hue angle of 313.12º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #69295B is Cyan = 0, Magento = 0.61, Yellow = 0.13 and Black (K on CMYK) = 0.59.

Color convert

RGB1054191-
CMYK00.610.130.59
HSL313.12º43.84%28.63%-
HSV(B)313.12º60.95%41.18%-
XYZ8.515.3410.48-
YUV65.84142.2155.93-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 44.30%
GREEN value IS 41 (16.41% from 255) = 17.30%
BLUE value IS 91 (35.94% from 255) = 38.40%
R=44.30%
G=17.30%
B=38.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.13
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105419100.610.130.59313.1243.8428.63
Hex69295B03DD3B1392c1d
Octal1515113307515734715435
Binary110100110100110110110111101110111101110011100110110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69295B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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