#69065B

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

Shades of Palatinate Purple #69065B

Tints of Palatinate Purple #69065B

Color information

#69065B (or 0x69065B) is unknown color: approx Palatinate Purple. HEX triplet: 69, 06 and 5B. RGB value is (105,6,91). Sum of RGB (Red+Green+Blue) = 105+6+91=202 (26% of max value = 765). Red value is 105 (41.41% from 255 or 51.98% from 202); Green value is 6 (2.73% from 255 or 2.97% from 202); Blue value is 91 (35.94% from 255 or 45.05% from 202); Max value from RGB is 105 - color contains mainly: red. Hex color #69065B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #69065B is #96F9A4. Grayscale: #2D2D2D. Windows color (decimal): -9894309 or 5965417. OLE color: 5965417.

HSL color Cylindrical-coordinate representation of color #69065B: hue angle of 308.48º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #69065B is Cyan = 0, Magento = 0.94, Yellow = 0.13 and Black (K on CMYK) = 0.59.

Color convert

RGB105691-
CMYK00.940.130.59
HSL308.48º89.19%21.76%-
HSV(B)308.48º94.29%41.18%-
XYZ7.783.8910.24-
YUV45.29153.8170.59-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 51.98%
GREEN value IS 6 (2.73% from 255) = 2.97%
BLUE value IS 91 (35.94% from 255) = 45.05%
R=51.98%
G=2.97%
B=45.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.13
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10569100.940.130.59308.4889.1921.76
Hex6965B05ED3B1345916
Octal15161330136157346413126
Binary11010011101011011010111101101111011100110100101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69065B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69065B; }

 p { color: rgb(105,6,91); }

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

<style>
 a { background-color: #69065B; }

 a { background-color: rgb(105,6,91); }

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

<style>
 span { border-color: #69065B; }

 span { border-color: rgb(105,6,91); }

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