#69055D

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

Shades of Palatinate Purple #69055D

Tints of Palatinate Purple #69055D

Color information

#69055D (or 0x69055D) is unknown color: approx Palatinate Purple. HEX triplet: 69, 05 and 5D. RGB value is (105,5,93). Sum of RGB (Red+Green+Blue) = 105+5+93=203 (26% of max value = 765). Red value is 105 (41.41% from 255 or 51.72% from 203); Green value is 5 (2.34% from 255 or 2.46% from 203); Blue value is 93 (36.72% from 255 or 45.81% from 203); Max value from RGB is 105 - color contains mainly: red. Hex color #69055D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #69055D is #96FAA2. Grayscale: #2C2C2C. Windows color (decimal): -9894563 or 6096233. OLE color: 6096233.

HSL color Cylindrical-coordinate representation of color #69055D: hue angle of 307.2º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #69055D is Cyan = 0, Magento = 0.95, Yellow = 0.11 and Black (K on CMYK) = 0.59.

Color convert

RGB105593-
CMYK00.950.110.59
HSL307.2º90.91%21.57%-
HSV(B)307.2º95.24%41.18%-
XYZ7.863.910.7-
YUV44.93155.13170.84-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 51.72%
GREEN value IS 5 (2.34% from 255) = 2.46%
BLUE value IS 93 (36.72% from 255) = 45.81%
R=51.72%
G=2.46%
B=45.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.11
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10559300.950.110.59307.290.9121.57
Hex6955D05FB3B1335b16
Octal15151350137137346313326
Binary11010011011011101010111111011111011100110011101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69055D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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