#69385A

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

Shades of Palatinate Purple #69385A

Tints of Palatinate Purple #69385A

Color information

#69385A (or 0x69385A) is unknown color: approx Palatinate Purple. HEX triplet: 69, 38 and 5A. RGB value is (105,56,90). Sum of RGB (Red+Green+Blue) = 105+56+90=251 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.83% from 251); Green value is 56 (22.27% from 255 or 22.31% from 251); Blue value is 90 (35.55% from 255 or 35.86% from 251); Max value from RGB is 105 - color contains mainly: red. Hex color #69385A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #69385A is #96C7A5. Grayscale: #4A4A4A. Windows color (decimal): -9881510 or 5912681. OLE color: 5912681.

HSL color Cylindrical-coordinate representation of color #69385A: hue angle of 318.37º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #69385A is Cyan = 0, Magento = 0.47, Yellow = 0.14 and Black (K on CMYK) = 0.59.

Color convert

RGB1055690-
CMYK00.470.140.59
HSL318.37º30.43%31.57%-
HSV(B)318.37º46.67%41.18%-
XYZ9.096.5710.46-
YUV74.53136.73149.74-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 41.83%
GREEN value IS 56 (22.27% from 255) = 22.31%
BLUE value IS 90 (35.55% from 255) = 35.86%
R=41.83%
G=22.31%
B=35.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.14
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105569000.470.140.59318.3730.4331.57
Hex69385A02FE3B13e1e20
Octal1517013205716734763640
Binary110100111100010110100101111111011101110011111011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69385A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69385A; }

 p { color: rgb(105,56,90); }

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

<style>
 a { background-color: #69385A; }

 a { background-color: rgb(105,56,90); }

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

<style>
 span { border-color: #69385A; }

 span { border-color: rgb(105,56,90); }

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