#69155D

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

Shades of Palatinate Purple #69155D

Tints of Palatinate Purple #69155D

Color information

#69155D (or 0x69155D) is unknown color: approx Palatinate Purple. HEX triplet: 69, 15 and 5D. RGB value is (105,21,93). Sum of RGB (Red+Green+Blue) = 105+21+93=219 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.95% from 219); Green value is 21 (8.59% from 255 or 9.59% from 219); Blue value is 93 (36.72% from 255 or 42.47% from 219); Max value from RGB is 105 - color contains mainly: red. Hex color #69155D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #69155D is #96EAA2. Grayscale: #363636. Windows color (decimal): -9890467 or 6100329. OLE color: 6100329.

HSL color Cylindrical-coordinate representation of color #69155D: hue angle of 308.57º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #69155D is Cyan = 0, Magento = 0.80, Yellow = 0.11 and Black (K on CMYK) = 0.59.

Color convert

RGB1052193-
CMYK00.800.110.59
HSL308.57º66.67%24.71%-
HSV(B)308.57º80%41.18%-
XYZ8.074.3310.77-
YUV54.32149.83164.15-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 47.95%
GREEN value IS 21 (8.59% from 255) = 9.59%
BLUE value IS 93 (36.72% from 255) = 42.47%
R=47.95%
G=9.59%
B=42.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.11
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105219300.800.110.59308.5766.6724.71
Hex69155D050B3B1354319
Octal151251350120137346510331
Binary1101001101011011101010100001011111011100110101100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69155D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69155D; }

 p { color: rgb(105,21,93); }

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

<style>
 a { background-color: #69155D; }

 a { background-color: rgb(105,21,93); }

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

<style>
 span { border-color: #69155D; }

 span { border-color: rgb(105,21,93); }

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