#69265D

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

Shades of Palatinate Purple #69265D

Tints of Palatinate Purple #69265D

Color information

#69265D (or 0x69265D) is unknown color: approx Palatinate Purple. HEX triplet: 69, 26 and 5D. RGB value is (105,38,93). Sum of RGB (Red+Green+Blue) = 105+38+93=236 (31% of max value = 765). Red value is 105 (41.41% from 255 or 44.49% from 236); Green value is 38 (15.23% from 255 or 16.10% from 236); Blue value is 93 (36.72% from 255 or 39.41% from 236); Max value from RGB is 105 - color contains mainly: red. Hex color #69265D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #69265D is #96D9A2. Grayscale: #404040. Windows color (decimal): -9886115 or 6104681. OLE color: 6104681.

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

Color convert

RGB1053893-
CMYK00.640.110.59
HSL310.75º46.85%28.04%-
HSV(B)310.75º63.81%41.18%-
XYZ8.495.1810.91-
YUV64.3144.2157.03-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 44.49%
GREEN value IS 38 (15.23% from 255) = 16.10%
BLUE value IS 93 (36.72% from 255) = 39.41%
R=44.49%
G=16.10%
B=39.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.11
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105389300.640.110.59310.7546.8528.04
Hex69265D040B3B1372f1c
Octal15146135010013734675734
Binary1101001100110101110101000000101111101110011011110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69265D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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