#69315C

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

Shades of Palatinate Purple #69315C

Tints of Palatinate Purple #69315C

Color information

#69315C (or 0x69315C) is unknown color: approx Palatinate Purple. HEX triplet: 69, 31 and 5C. RGB value is (105,49,92). Sum of RGB (Red+Green+Blue) = 105+49+92=246 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.68% from 246); Green value is 49 (19.53% from 255 or 19.92% from 246); Blue value is 92 (36.33% from 255 or 37.40% from 246); Max value from RGB is 105 - color contains mainly: red. Hex color #69315C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #69315C is #96CEA3. Grayscale: #464646. Windows color (decimal): -9883300 or 6041961. OLE color: 6041961.

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

Color convert

RGB1054992-
CMYK00.530.120.59
HSL313.93º36.36%30.2%-
HSV(B)313.93º53.33%41.18%-
XYZ8.865.9710.81-
YUV70.65140.05152.5-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 42.68%
GREEN value IS 49 (19.53% from 255) = 19.92%
BLUE value IS 92 (36.33% from 255) = 37.40%
R=42.68%
G=19.92%
B=37.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.12
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105499200.530.120.59313.9336.3630.2
Hex69315C035C3B13a241e
Octal1516113406514734724436
Binary110100111000110111000110101110011101110011101010010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69315C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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