#69375B

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

Shades of Palatinate Purple #69375B

Tints of Palatinate Purple #69375B

Color information

#69375B (or 0x69375B) is unknown color: approx Palatinate Purple. HEX triplet: 69, 37 and 5B. RGB value is (105,55,91). Sum of RGB (Red+Green+Blue) = 105+55+91=251 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.83% from 251); Green value is 55 (21.88% from 255 or 21.91% from 251); Blue value is 91 (35.94% from 255 or 36.25% from 251); Max value from RGB is 105 - color contains mainly: red. Hex color #69375B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #69375B is #96C8A4. Grayscale: #494949. Windows color (decimal): -9881765 or 5977961. OLE color: 5977961.

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

Color convert

RGB1055591-
CMYK00.480.130.59
HSL316.8º31.25%31.37%-
HSV(B)316.8º47.62%41.18%-
XYZ9.086.4910.67-
YUV74.05137.56150.07-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 41.83%
GREEN value IS 55 (21.88% from 255) = 21.91%
BLUE value IS 91 (35.94% from 255) = 36.25%
R=41.83%
G=21.91%
B=36.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.13
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105559100.480.130.59316.831.2531.37
Hex69375B030D3B13d1f1f
Octal1516713306015734753737
Binary11010011101111011011011000011011110111001111011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69375B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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