#69145D

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

Shades of Palatinate Purple #69145D

Tints of Palatinate Purple #69145D

Color information

#69145D (or 0x69145D) is unknown color: approx Palatinate Purple. HEX triplet: 69, 14 and 5D. RGB value is (105,20,93). Sum of RGB (Red+Green+Blue) = 105+20+93=218 (28% of max value = 765). Red value is 105 (41.41% from 255 or 48.17% from 218); Green value is 20 (8.20% from 255 or 9.17% from 218); Blue value is 93 (36.72% from 255 or 42.66% from 218); Max value from RGB is 105 - color contains mainly: red. Hex color #69145D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #69145D is #96EBA2. Grayscale: #353535. Windows color (decimal): -9890723 or 6100073. OLE color: 6100073.

HSL color Cylindrical-coordinate representation of color #69145D: hue angle of 308.47º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #69145D is Cyan = 0, Magento = 0.81, Yellow = 0.11 and Black (K on CMYK) = 0.59.

Color convert

RGB1052093-
CMYK00.810.110.59
HSL308.47º68%24.51%-
HSV(B)308.47º80.95%41.18%-
XYZ8.054.2910.76-
YUV53.74150.16164.56-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 48.17%
GREEN value IS 20 (8.20% from 255) = 9.17%
BLUE value IS 93 (36.72% from 255) = 42.66%
R=48.17%
G=9.17%
B=42.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.11
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105209300.810.110.59308.476824.51
Hex69145D051B3B1344419
Octal151241350121137346410431
Binary1101001101001011101010100011011111011100110100100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69145D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69145D; }

 p { color: rgb(105,20,93); }

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

<style>
 a { background-color: #69145D; }

 a { background-color: rgb(105,20,93); }

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

<style>
 span { border-color: #69145D; }

 span { border-color: rgb(105,20,93); }

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