#69085A

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

Shades of Palatinate Purple #69085A

Tints of Palatinate Purple #69085A

Color information

#69085A (or 0x69085A) is unknown color: approx Palatinate Purple. HEX triplet: 69, 08 and 5A. RGB value is (105,8,90). Sum of RGB (Red+Green+Blue) = 105+8+90=203 (26% of max value = 765). Red value is 105 (41.41% from 255 or 51.72% from 203); Green value is 8 (3.52% from 255 or 3.94% from 203); Blue value is 90 (35.55% from 255 or 44.33% from 203); Max value from RGB is 105 - color contains mainly: red. Hex color #69085A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #69085A is #96F7A5. Grayscale: #2E2E2E. Windows color (decimal): -9893798 or 5900393. OLE color: 5900393.

HSL color Cylindrical-coordinate representation of color #69085A: hue angle of 309.28º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #69085A is Cyan = 0, Magento = 0.92, Yellow = 0.14 and Black (K on CMYK) = 0.59.

Color convert

RGB105890-
CMYK00.920.140.59
HSL309.28º85.84%22.16%-
HSV(B)309.28º92.38%41.18%-
XYZ7.763.9210.02-
YUV46.35152.64169.83-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 51.72%
GREEN value IS 8 (3.52% from 255) = 3.94%
BLUE value IS 90 (35.55% from 255) = 44.33%
R=51.72%
G=3.94%
B=44.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.14
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10589000.920.140.59309.2885.8422.16
Hex6985A05CE3B1355616
Octal151101320134167346512626
Binary110100110001011010010111001110111011100110101101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69085A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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