#69225C

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

Shades of Palatinate Purple #69225C

Tints of Palatinate Purple #69225C

Color information

#69225C (or 0x69225C) is unknown color: approx Palatinate Purple. HEX triplet: 69, 22 and 5C. RGB value is (105,34,92). Sum of RGB (Red+Green+Blue) = 105+34+92=231 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.45% from 231); Green value is 34 (13.67% from 255 or 14.72% from 231); Blue value is 92 (36.33% from 255 or 39.83% from 231); Max value from RGB is 105 - color contains mainly: red. Hex color #69225C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #69225C is #96DDA3. Grayscale: #3D3D3D. Windows color (decimal): -9887140 or 6038121. OLE color: 6038121.

HSL color Cylindrical-coordinate representation of color #69225C: hue angle of 310.99º degrees, saturation: 0.51, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #69225C is Cyan = 0, Magento = 0.68, Yellow = 0.12 and Black (K on CMYK) = 0.59.

Color convert

RGB1053492-
CMYK00.680.120.59
HSL310.99º51.08%27.25%-
HSV(B)310.99º67.62%41.18%-
XYZ8.334.9210.64-
YUV61.84145.02158.78-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 45.45%
GREEN value IS 34 (13.67% from 255) = 14.72%
BLUE value IS 92 (36.33% from 255) = 39.83%
R=45.45%
G=14.72%
B=39.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.12
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105349200.680.120.59310.9951.0827.25
Hex69225C044C3B137331b
Octal15142134010414734676333
Binary1101001100010101110001000100110011101110011011111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69225C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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