#69155E

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

Shades of Palatinate Purple #69155E

Tints of Palatinate Purple #69155E

Color information

#69155E (or 0x69155E) is unknown color: approx Palatinate Purple. HEX triplet: 69, 15 and 5E. RGB value is (105,21,94). Sum of RGB (Red+Green+Blue) = 105+21+94=220 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.73% from 220); Green value is 21 (8.59% from 255 or 9.55% from 220); Blue value is 94 (37.11% from 255 or 42.73% from 220); Max value from RGB is 105 - color contains mainly: red. Hex color #69155E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #69155E is #96EAA1. Grayscale: #363636. Windows color (decimal): -9890466 or 6165865. OLE color: 6165865.

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

Color convert

RGB1052194-
CMYK00.800.100.59
HSL307.86º66.67%24.71%-
HSV(B)307.86º80%41.18%-
XYZ8.114.3511-
YUV54.44150.33164.06-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 47.73%
GREEN value IS 21 (8.59% from 255) = 9.55%
BLUE value IS 94 (37.11% from 255) = 42.73%
R=47.73%
G=9.55%
B=42.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.10
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105219400.800.100.59307.8666.6724.71
Hex69155E050A3B1344319
Octal151251360120127346410331
Binary1101001101011011110010100001010111011100110100100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69155E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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