#69185F

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

Shades of Palatinate Purple #69185F

Tints of Palatinate Purple #69185F

Color information

#69185F (or 0x69185F) is unknown color: approx Palatinate Purple. HEX triplet: 69, 18 and 5F. RGB value is (105,24,95). Sum of RGB (Red+Green+Blue) = 105+24+95=224 (29% of max value = 765). Red value is 105 (41.41% from 255 or 46.88% from 224); Green value is 24 (9.77% from 255 or 10.71% from 224); Blue value is 95 (37.5% from 255 or 42.41% from 224); Max value from RGB is 105 - color contains mainly: red. Hex color #69185F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #69185F is #96E7A0. Grayscale: #383838. Windows color (decimal): -9889697 or 6232169. OLE color: 6232169.

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

Color convert

RGB1052495-
CMYK00.770.100.59
HSL307.41º62.79%25.29%-
HSV(B)307.41º77.14%41.18%-
XYZ8.224.4811.26-
YUV56.31149.84162.73-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 46.88%
GREEN value IS 24 (9.77% from 255) = 10.71%
BLUE value IS 95 (37.5% from 255) = 42.41%
R=46.88%
G=10.71%
B=42.41%

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
Decimal105249500.770.100.59307.4162.7925.29
Hex69185F04DA3B1333f19
Octal15130137011512734637731
Binary110100111000101111101001101101011101110011001111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69185F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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