#69375F

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

Shades of Palatinate Purple #69375F

Tints of Palatinate Purple #69375F

Color information

#69375F (or 0x69375F) is unknown color: approx Palatinate Purple. HEX triplet: 69, 37 and 5F. RGB value is (105,55,95). Sum of RGB (Red+Green+Blue) = 105+55+95=255 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.18% from 255); Green value is 55 (21.88% from 255 or 21.57% from 255); Blue value is 95 (37.5% from 255 or 37.25% from 255); Max value from RGB is 105 - color contains mainly: red. Hex color #69375F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #69375F is #96C8A0. Grayscale: #4A4A4A. Windows color (decimal): -9881761 or 6240105. OLE color: 6240105.

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

Color convert

RGB1055595-
CMYK00.480.100.59
HSL312º31.25%31.37%-
HSV(B)312º47.62%41.18%-
XYZ9.266.5611.61-
YUV74.51139.56149.75-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 41.18%
GREEN value IS 55 (21.88% from 255) = 21.57%
BLUE value IS 95 (37.5% from 255) = 37.25%
R=41.18%
G=21.57%
B=37.25%

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
Decimal105559500.480.100.5931231.2531.37
Hex69375F030A3B1381f1f
Octal1516713706012734703737
Binary11010011101111011111011000010101110111001110001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69375F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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