#69255E

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

Shades of Palatinate Purple #69255E

Tints of Palatinate Purple #69255E

Color information

#69255E (or 0x69255E) is unknown color: approx Palatinate Purple. HEX triplet: 69, 25 and 5E. RGB value is (105,37,94). Sum of RGB (Red+Green+Blue) = 105+37+94=236 (31% of max value = 765). Red value is 105 (41.41% from 255 or 44.49% from 236); Green value is 37 (14.84% from 255 or 15.68% from 236); Blue value is 94 (37.11% from 255 or 39.83% from 236); Max value from RGB is 105 - color contains mainly: red. Hex color #69255E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #69255E is #96DAA1. Grayscale: #3F3F3F. Windows color (decimal): -9886370 or 6169961. OLE color: 6169961.

HSL color Cylindrical-coordinate representation of color #69255E: hue angle of 309.71º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #69255E is Cyan = 0, Magento = 0.65, Yellow = 0.10 and Black (K on CMYK) = 0.59.

Color convert

RGB1053794-
CMYK00.650.100.59
HSL309.71º47.89%27.84%-
HSV(B)309.71º64.76%41.18%-
XYZ8.515.1311.13-
YUV63.83145.03157.37-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 44.49%
GREEN value IS 37 (14.84% from 255) = 15.68%
BLUE value IS 94 (37.11% from 255) = 39.83%
R=44.49%
G=15.68%
B=39.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.10
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105379400.650.100.59309.7147.8927.84
Hex69255E041A3B136301c
Octal15145136010112734666034
Binary1101001100101101111001000001101011101110011011011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69255E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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