#69185E

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

Shades of Palatinate Purple #69185E

Tints of Palatinate Purple #69185E

Color information

#69185E (or 0x69185E) is unknown color: approx Palatinate Purple. HEX triplet: 69, 18 and 5E. RGB value is (105,24,94). Sum of RGB (Red+Green+Blue) = 105+24+94=223 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.09% from 223); Green value is 24 (9.77% from 255 or 10.76% from 223); Blue value is 94 (37.11% from 255 or 42.15% from 223); Max value from RGB is 105 - color contains mainly: red. Hex color #69185E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #69185E is #96E7A1. Grayscale: #383838. Windows color (decimal): -9889698 or 6166633. OLE color: 6166633.

HSL color Cylindrical-coordinate representation of color #69185E: hue angle of 308.15º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #69185E is Cyan = 0, Magento = 0.77, Yellow = 0.10 and Black (K on CMYK) = 0.59.

Color convert

RGB1052494-
CMYK00.770.100.59
HSL308.15º62.79%25.29%-
HSV(B)308.15º77.14%41.18%-
XYZ8.174.4611.02-
YUV56.2149.34162.81-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 47.09%
GREEN value IS 24 (9.77% from 255) = 10.76%
BLUE value IS 94 (37.11% from 255) = 42.15%
R=47.09%
G=10.76%
B=42.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.10
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105249400.770.100.59308.1562.7925.29
Hex69185E04DA3B1343f19
Octal15130136011512734647731
Binary110100111000101111001001101101011101110011010011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69185E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69185E; }

 p { color: rgb(105,24,94); }

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

<style>
 a { background-color: #69185E; }

 a { background-color: rgb(105,24,94); }

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

<style>
 span { border-color: #69185E; }

 span { border-color: rgb(105,24,94); }

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