#69186C

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

Shades of Palatinate Purple #69186C

Tints of Palatinate Purple #69186C

Color information

#69186C (or 0x69186C) is unknown color: approx Palatinate Purple. HEX triplet: 69, 18 and 6C. RGB value is (105,24,108). Sum of RGB (Red+Green+Blue) = 105+24+108=237 (31% of max value = 765). Red value is 105 (41.41% from 255 or 44.30% from 237); Green value is 24 (9.77% from 255 or 10.13% from 237); Blue value is 108 (42.58% from 255 or 45.57% from 237); Max value from RGB is 108 - color contains mainly: blue. Hex color #69186C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #69186C is #96E793. Grayscale: #393939. Windows color (decimal): -9889684 or 7084137. OLE color: 7084137.

HSL color Cylindrical-coordinate representation of color #69186C: hue angle of 297.86º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #69186C is Cyan = 0.03, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB10524108-
CMYK0.030.7800.58
HSL297.86º63.64%25.88%-
HSV(B)297.86º77.78%42.35%-
XYZ8.864.7414.64-
YUV57.8156.34161.67-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 44.30%
GREEN value IS 24 (9.77% from 255) = 10.13%
BLUE value IS 108 (42.58% from 255) = 45.57%
R=44.30%
G=10.13%
B=45.57%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal105241080.030.7800.58297.8663.6425.88
Hex69186C34E03A12a401a
Octal15130154311607245210032
Binary11010011100011011001110011100111010100101010100000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69186C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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