#69155A

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

Shades of Palatinate Purple #69155A

Tints of Palatinate Purple #69155A

Color information

#69155A (or 0x69155A) is unknown color: approx Palatinate Purple. HEX triplet: 69, 15 and 5A. RGB value is (105,21,90). Sum of RGB (Red+Green+Blue) = 105+21+90=216 (28% of max value = 765). Red value is 105 (41.41% from 255 or 48.61% from 216); Green value is 21 (8.59% from 255 or 9.72% from 216); Blue value is 90 (35.55% from 255 or 41.67% from 216); Max value from RGB is 105 - color contains mainly: red. Hex color #69155A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #69155A is #96EAA5. Grayscale: #353535. Windows color (decimal): -9890470 or 5903721. OLE color: 5903721.

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

Color convert

RGB1052190-
CMYK00.800.140.59
HSL310.71º66.67%24.71%-
HSV(B)310.71º80%41.18%-
XYZ7.944.2810.08-
YUV53.98148.33164.39-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 48.61%
GREEN value IS 21 (8.59% from 255) = 9.72%
BLUE value IS 90 (35.55% from 255) = 41.67%
R=48.61%
G=9.72%
B=41.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.14
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105219000.800.140.59310.7166.6724.71
Hex69155A050E3B1374319
Octal151251320120167346710331
Binary1101001101011011010010100001110111011100110111100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69155A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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