#69065C

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

Shades of Palatinate Purple #69065C

Tints of Palatinate Purple #69065C

Color information

#69065C (or 0x69065C) is unknown color: approx Palatinate Purple. HEX triplet: 69, 06 and 5C. RGB value is (105,6,92). Sum of RGB (Red+Green+Blue) = 105+6+92=203 (26% of max value = 765). Red value is 105 (41.41% from 255 or 51.72% from 203); Green value is 6 (2.73% from 255 or 2.96% from 203); Blue value is 92 (36.33% from 255 or 45.32% from 203); Max value from RGB is 105 - color contains mainly: red. Hex color #69065C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #69065C is #96F9A3. Grayscale: #2D2D2D. Windows color (decimal): -9894308 or 6030953. OLE color: 6030953.

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

Color convert

RGB105692-
CMYK00.940.120.59
HSL307.88º89.19%21.76%-
HSV(B)307.88º94.29%41.18%-
XYZ7.823.9110.47-
YUV45.4154.3170.51-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 51.72%
GREEN value IS 6 (2.73% from 255) = 2.96%
BLUE value IS 92 (36.33% from 255) = 45.32%
R=51.72%
G=2.96%
B=45.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.12
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10569200.940.120.59307.8889.1921.76
Hex6965C05EC3B1345916
Octal15161340136147346413126
Binary11010011101011100010111101100111011100110100101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69065C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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