#69265C

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

Shades of Palatinate Purple #69265C

Tints of Palatinate Purple #69265C

Color information

#69265C (or 0x69265C) is unknown color: approx Palatinate Purple. HEX triplet: 69, 26 and 5C. RGB value is (105,38,92). Sum of RGB (Red+Green+Blue) = 105+38+92=235 (31% of max value = 765). Red value is 105 (41.41% from 255 or 44.68% from 235); Green value is 38 (15.23% from 255 or 16.17% from 235); Blue value is 92 (36.33% from 255 or 39.15% from 235); Max value from RGB is 105 - color contains mainly: red. Hex color #69265C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #69265C is #96D9A3. Grayscale: #404040. Windows color (decimal): -9886116 or 6039145. OLE color: 6039145.

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

Color convert

RGB1053892-
CMYK00.640.120.59
HSL311.64º46.85%28.04%-
HSV(B)311.64º63.81%41.18%-
XYZ8.455.1610.68-
YUV64.19143.7157.11-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 44.68%
GREEN value IS 38 (15.23% from 255) = 16.17%
BLUE value IS 92 (36.33% from 255) = 39.15%
R=44.68%
G=16.17%
B=39.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.12
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105389200.640.120.59311.6446.8528.04
Hex69265C040C3B1382f1c
Octal15146134010014734705734
Binary1101001100110101110001000000110011101110011100010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69265C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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