#69315E

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

Shades of Palatinate Purple #69315E

Tints of Palatinate Purple #69315E

Color information

#69315E (or 0x69315E) is unknown color: approx Palatinate Purple. HEX triplet: 69, 31 and 5E. RGB value is (105,49,94). Sum of RGB (Red+Green+Blue) = 105+49+94=248 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.34% from 248); Green value is 49 (19.53% from 255 or 19.76% from 248); Blue value is 94 (37.11% from 255 or 37.90% from 248); Max value from RGB is 105 - color contains mainly: red. Hex color #69315E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #69315E is #96CEA1. Grayscale: #464646. Windows color (decimal): -9883298 or 6173033. OLE color: 6173033.

HSL color Cylindrical-coordinate representation of color #69315E: hue angle of 311.79º 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 #69315E is Cyan = 0, Magento = 0.53, Yellow = 0.10 and Black (K on CMYK) = 0.59.

Color convert

RGB1054994-
CMYK00.530.100.59
HSL311.79º36.36%30.2%-
HSV(B)311.79º53.33%41.18%-
XYZ8.946.0111.28-
YUV70.87141.05152.34-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 42.34%
GREEN value IS 49 (19.53% from 255) = 19.76%
BLUE value IS 94 (37.11% from 255) = 37.90%
R=42.34%
G=19.76%
B=37.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.10
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105499400.530.100.59311.7936.3630.2
Hex69315E035A3B138241e
Octal1516113606512734704436
Binary110100111000110111100110101101011101110011100010010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69315E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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