#69295A

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

Shades of Palatinate Purple #69295A

Tints of Palatinate Purple #69295A

Color information

#69295A (or 0x69295A) is unknown color: approx Palatinate Purple. HEX triplet: 69, 29 and 5A. RGB value is (105,41,90). Sum of RGB (Red+Green+Blue) = 105+41+90=236 (31% of max value = 765). Red value is 105 (41.41% from 255 or 44.49% from 236); Green value is 41 (16.41% from 255 or 17.37% from 236); Blue value is 90 (35.55% from 255 or 38.14% from 236); Max value from RGB is 105 - color contains mainly: red. Hex color #69295A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #69295A is #96D6A5. Grayscale: #414141. Windows color (decimal): -9885350 or 5908841. OLE color: 5908841.

HSL color Cylindrical-coordinate representation of color #69295A: hue angle of 314.06º 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 #69295A is Cyan = 0, Magento = 0.61, Yellow = 0.14 and Black (K on CMYK) = 0.59.

Color convert

RGB1054190-
CMYK00.610.140.59
HSL314.06º43.84%28.63%-
HSV(B)314.06º60.95%41.18%-
XYZ8.465.3310.26-
YUV65.72141.7156.02-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 44.49%
GREEN value IS 41 (16.41% from 255) = 17.37%
BLUE value IS 90 (35.55% from 255) = 38.14%
R=44.49%
G=17.37%
B=38.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.14
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105419000.610.140.59314.0643.8428.63
Hex69295A03DE3B13a2c1d
Octal1515113207516734725435
Binary110100110100110110100111101111011101110011101010110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69295A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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