#69185B

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

Shades of Palatinate Purple #69185B

Tints of Palatinate Purple #69185B

Color information

#69185B (or 0x69185B) is unknown color: approx Palatinate Purple. HEX triplet: 69, 18 and 5B. RGB value is (105,24,91). Sum of RGB (Red+Green+Blue) = 105+24+91=220 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.73% from 220); Green value is 24 (9.77% from 255 or 10.91% from 220); Blue value is 91 (35.94% from 255 or 41.36% from 220); Max value from RGB is 105 - color contains mainly: red. Hex color #69185B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #69185B is #96E7A4. Grayscale: #373737. Windows color (decimal): -9889701 or 5970025. OLE color: 5970025.

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

Color convert

RGB1052491-
CMYK00.770.130.59
HSL310.37º62.79%25.29%-
HSV(B)310.37º77.14%41.18%-
XYZ8.044.4110.33-
YUV55.86147.84163.05-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 47.73%
GREEN value IS 24 (9.77% from 255) = 10.91%
BLUE value IS 91 (35.94% from 255) = 41.36%
R=47.73%
G=10.91%
B=41.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.13
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105249100.770.130.59310.3762.7925.29
Hex69185B04DD3B1363f19
Octal15130133011515734667731
Binary110100111000101101101001101110111101110011011011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69185B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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