#69085C

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

Shades of Palatinate Purple #69085C

Tints of Palatinate Purple #69085C

Color information

#69085C (or 0x69085C) is unknown color: approx Palatinate Purple. HEX triplet: 69, 08 and 5C. RGB value is (105,8,92). Sum of RGB (Red+Green+Blue) = 105+8+92=205 (27% of max value = 765). Red value is 105 (41.41% from 255 or 51.22% from 205); Green value is 8 (3.52% from 255 or 3.90% from 205); Blue value is 92 (36.33% from 255 or 44.88% from 205); Max value from RGB is 105 - color contains mainly: red. Hex color #69085C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #69085C is #96F7A3. Grayscale: #2E2E2E. Windows color (decimal): -9893796 or 6031465. OLE color: 6031465.

HSL color Cylindrical-coordinate representation of color #69085C: hue angle of 308.04º 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 #69085C is Cyan = 0, Magento = 0.92, Yellow = 0.12 and Black (K on CMYK) = 0.59.

Color convert

RGB105892-
CMYK00.920.120.59
HSL308.04º85.84%22.16%-
HSV(B)308.04º92.38%41.18%-
XYZ7.843.9510.47-
YUV46.58153.64169.67-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 51.22%
GREEN value IS 8 (3.52% from 255) = 3.90%
BLUE value IS 92 (36.33% from 255) = 44.88%
R=51.22%
G=3.90%
B=44.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.12
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10589200.920.120.59308.0485.8422.16
Hex6985C05CC3B1345616
Octal151101340134147346412626
Binary110100110001011100010111001100111011100110100101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69085C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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