#69375E

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

Shades of Palatinate Purple #69375E

Tints of Palatinate Purple #69375E

Color information

#69375E (or 0x69375E) is unknown color: approx Palatinate Purple. HEX triplet: 69, 37 and 5E. RGB value is (105,55,94). Sum of RGB (Red+Green+Blue) = 105+55+94=254 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.34% from 254); Green value is 55 (21.88% from 255 or 21.65% from 254); Blue value is 94 (37.11% from 255 or 37.01% from 254); Max value from RGB is 105 - color contains mainly: red. Hex color #69375E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #69375E is #96C8A1. Grayscale: #4A4A4A. Windows color (decimal): -9881762 or 6174569. OLE color: 6174569.

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

Color convert

RGB1055594-
CMYK00.480.100.59
HSL313.2º31.25%31.37%-
HSV(B)313.2º47.62%41.18%-
XYZ9.216.5411.37-
YUV74.4139.06149.83-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 41.34%
GREEN value IS 55 (21.88% from 255) = 21.65%
BLUE value IS 94 (37.11% from 255) = 37.01%
R=41.34%
G=21.65%
B=37.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.10
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105559400.480.100.59313.231.2531.37
Hex69375E030A3B1391f1f
Octal1516713606012734713737
Binary11010011101111011110011000010101110111001110011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69375E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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