#69305B

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

Shades of Palatinate Purple #69305B

Tints of Palatinate Purple #69305B

Color information

#69305B (or 0x69305B) is unknown color: approx Palatinate Purple. HEX triplet: 69, 30 and 5B. RGB value is (105,48,91). Sum of RGB (Red+Green+Blue) = 105+48+91=244 (32% of max value = 765). Red value is 105 (41.41% from 255 or 43.03% from 244); Green value is 48 (19.14% from 255 or 19.67% from 244); Blue value is 91 (35.94% from 255 or 37.30% from 244); Max value from RGB is 105 - color contains mainly: red. Hex color #69305B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #69305B is #96CFA4. Grayscale: #454545. Windows color (decimal): -9883557 or 5976169. OLE color: 5976169.

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

Color convert

RGB1054891-
CMYK00.540.130.59
HSL314.74º37.25%30%-
HSV(B)314.74º54.29%41.18%-
XYZ8.775.8710.57-
YUV69.94139.88153-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 43.03%
GREEN value IS 48 (19.14% from 255) = 19.67%
BLUE value IS 91 (35.94% from 255) = 37.30%
R=43.03%
G=19.67%
B=37.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.13
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105489100.540.130.59314.7437.2530
Hex69305B036D3B13b251e
Octal1516013306615734734536
Binary110100111000010110110110110110111101110011101110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69305B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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