#69185C

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

Shades of Palatinate Purple #69185C

Tints of Palatinate Purple #69185C

Color information

#69185C (or 0x69185C) is unknown color: approx Palatinate Purple. HEX triplet: 69, 18 and 5C. RGB value is (105,24,92). Sum of RGB (Red+Green+Blue) = 105+24+92=221 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.51% from 221); Green value is 24 (9.77% from 255 or 10.86% from 221); Blue value is 92 (36.33% from 255 or 41.63% from 221); Max value from RGB is 105 - color contains mainly: red. Hex color #69185C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #69185C is #96E7A3. Grayscale: #373737. Windows color (decimal): -9889700 or 6035561. OLE color: 6035561.

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

Color convert

RGB1052492-
CMYK00.770.120.59
HSL309.63º62.79%25.29%-
HSV(B)309.63º77.14%41.18%-
XYZ8.084.4310.55-
YUV55.97148.34162.97-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 47.51%
GREEN value IS 24 (9.77% from 255) = 10.86%
BLUE value IS 92 (36.33% from 255) = 41.63%
R=47.51%
G=10.86%
B=41.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.12
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105249200.770.120.59309.6362.7925.29
Hex69185C04DC3B1363f19
Octal15130134011514734667731
Binary110100111000101110001001101110011101110011011011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69185C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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