#69365D

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

Shades of Palatinate Purple #69365D

Tints of Palatinate Purple #69365D

Color information

#69365D (or 0x69365D) is unknown color: approx Palatinate Purple. HEX triplet: 69, 36 and 5D. RGB value is (105,54,93). Sum of RGB (Red+Green+Blue) = 105+54+93=252 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.67% from 252); Green value is 54 (21.48% from 255 or 21.43% from 252); Blue value is 93 (36.72% from 255 or 36.90% from 252); Max value from RGB is 105 - color contains mainly: red. Hex color #69365D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #69365D is #96C9A2. Grayscale: #494949. Windows color (decimal): -9882019 or 6108777. OLE color: 6108777.

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

Color convert

RGB1055493-
CMYK00.490.110.59
HSL314.12º32.08%31.18%-
HSV(B)314.12º48.57%41.18%-
XYZ9.126.4311.12-
YUV73.69138.9150.33-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 41.67%
GREEN value IS 54 (21.48% from 255) = 21.43%
BLUE value IS 93 (36.72% from 255) = 36.90%
R=41.67%
G=21.43%
B=36.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.11
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105549300.490.110.59314.1232.0831.18
Hex69365D031B3B13a201f
Octal1516613506113734724037
Binary110100111011010111010110001101111101110011101010000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69365D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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