#69265F

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

Shades of Palatinate Purple #69265F

Tints of Palatinate Purple #69265F

Color information

#69265F (or 0x69265F) is unknown color: approx Palatinate Purple. HEX triplet: 69, 26 and 5F. RGB value is (105,38,95). Sum of RGB (Red+Green+Blue) = 105+38+95=238 (31% of max value = 765). Red value is 105 (41.41% from 255 or 44.12% from 238); Green value is 38 (15.23% from 255 or 15.97% from 238); Blue value is 95 (37.5% from 255 or 39.92% from 238); Max value from RGB is 105 - color contains mainly: red. Hex color #69265F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #69265F is #96D9A0. Grayscale: #404040. Windows color (decimal): -9886113 or 6235753. OLE color: 6235753.

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

Color convert

RGB1053895-
CMYK00.640.100.59
HSL308.96º46.85%28.04%-
HSV(B)308.96º63.81%41.18%-
XYZ8.585.2211.38-
YUV64.53145.2156.87-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 44.12%
GREEN value IS 38 (15.23% from 255) = 15.97%
BLUE value IS 95 (37.5% from 255) = 39.92%
R=44.12%
G=15.97%
B=39.92%

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
Decimal105389500.640.100.59308.9646.8528.04
Hex69265F040A3B1352f1c
Octal15146137010012734655734
Binary1101001100110101111101000000101011101110011010110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69265F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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