#69265E

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

Shades of Palatinate Purple #69265E

Tints of Palatinate Purple #69265E

Color information

#69265E (or 0x69265E) is unknown color: approx Palatinate Purple. HEX triplet: 69, 26 and 5E. RGB value is (105,38,94). Sum of RGB (Red+Green+Blue) = 105+38+94=237 (31% of max value = 765). Red value is 105 (41.41% from 255 or 44.30% from 237); Green value is 38 (15.23% from 255 or 16.03% from 237); Blue value is 94 (37.11% from 255 or 39.66% from 237); Max value from RGB is 105 - color contains mainly: red. Hex color #69265E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #69265E is #96D9A1. Grayscale: #404040. Windows color (decimal): -9886114 or 6170217. OLE color: 6170217.

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

Color convert

RGB1053894-
CMYK00.640.100.59
HSL309.85º46.85%28.04%-
HSV(B)309.85º63.81%41.18%-
XYZ8.545.211.14-
YUV64.42144.7156.95-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 44.30%
GREEN value IS 38 (15.23% from 255) = 16.03%
BLUE value IS 94 (37.11% from 255) = 39.66%
R=44.30%
G=16.03%
B=39.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.10
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105389400.640.100.59309.8546.8528.04
Hex69265E040A3B1362f1c
Octal15146136010012734665734
Binary1101001100110101111001000000101011101110011011010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69265E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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