#69375C

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

Shades of Palatinate Purple #69375C

Tints of Palatinate Purple #69375C

Color information

#69375C (or 0x69375C) is unknown color: approx Palatinate Purple. HEX triplet: 69, 37 and 5C. RGB value is (105,55,92). Sum of RGB (Red+Green+Blue) = 105+55+92=252 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.67% from 252); Green value is 55 (21.88% from 255 or 21.83% from 252); Blue value is 92 (36.33% from 255 or 36.51% from 252); Max value from RGB is 105 - color contains mainly: red. Hex color #69375C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #69375C is #96C8A3. Grayscale: #4A4A4A. Windows color (decimal): -9881764 or 6043497. OLE color: 6043497.

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

Color convert

RGB1055592-
CMYK00.480.120.59
HSL315.6º31.25%31.37%-
HSV(B)315.6º47.62%41.18%-
XYZ9.126.5110.9-
YUV74.17138.06149.99-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 41.67%
GREEN value IS 55 (21.88% from 255) = 21.83%
BLUE value IS 92 (36.33% from 255) = 36.51%
R=41.67%
G=21.83%
B=36.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.12
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105559200.480.120.59315.631.2531.37
Hex69375C030C3B13c1f1f
Octal1516713406014734743737
Binary11010011101111011100011000011001110111001111001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69375C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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