#69315B

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

Shades of Palatinate Purple #69315B

Tints of Palatinate Purple #69315B

Color information

#69315B (or 0x69315B) is unknown color: approx Palatinate Purple. HEX triplet: 69, 31 and 5B. RGB value is (105,49,91). Sum of RGB (Red+Green+Blue) = 105+49+91=245 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.86% from 245); Green value is 49 (19.53% from 255 or 20% from 245); Blue value is 91 (35.94% from 255 or 37.14% from 245); Max value from RGB is 105 - color contains mainly: red. Hex color #69315B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #69315B is #96CEA4. Grayscale: #464646. Windows color (decimal): -9883301 or 5976425. OLE color: 5976425.

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

Color convert

RGB1054991-
CMYK00.530.130.59
HSL315º36.36%30.2%-
HSV(B)315º53.33%41.18%-
XYZ8.815.9610.58-
YUV70.53139.55152.58-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 42.86%
GREEN value IS 49 (19.53% from 255) = 20%
BLUE value IS 91 (35.94% from 255) = 37.14%
R=42.86%
G=20%
B=37.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.13
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105499100.530.130.5931536.3630.2
Hex69315B035D3B13b241e
Octal1516113306515734734436
Binary110100111000110110110110101110111101110011101110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69315B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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