#68186A

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

Shades of Palatinate Purple #68186A

Tints of Palatinate Purple #68186A

Color information

#68186A (or 0x68186A) is unknown color: approx Palatinate Purple. HEX triplet: 68, 18 and 6A. RGB value is (104,24,106). Sum of RGB (Red+Green+Blue) = 104+24+106=234 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.44% from 234); Green value is 24 (9.77% from 255 or 10.26% from 234); Blue value is 106 (41.80% from 255 or 45.30% from 234); Max value from RGB is 106 - color contains mainly: blue. Hex color #68186A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68186A is #97E795. Grayscale: #393939. Windows color (decimal): -9955222 or 6953064. OLE color: 6953064.

HSL color Cylindrical-coordinate representation of color #68186A: hue angle of 298.54º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #68186A is Cyan = 0.02, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB10424106-
CMYK0.020.7700.58
HSL298.54º63.08%25.49%-
HSV(B)298.54º77.36%41.57%-
XYZ8.644.6414.08-
YUV57.27155.5161.33-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 44.44%
GREEN value IS 24 (9.77% from 255) = 10.26%
BLUE value IS 106 (41.80% from 255) = 45.30%
R=44.44%
G=10.26%
B=45.30%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal104241060.020.7700.58298.5463.0825.49
Hex68186A24D03A12b3f19
Octal1503015221150724537731
Binary1101000110001101010101001101011101010010101111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68186A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68186A; }

 p { color: rgb(104,24,106); }

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

<style>
 a { background-color: #68186A; }

 a { background-color: rgb(104,24,106); }

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

<style>
 span { border-color: #68186A; }

 span { border-color: rgb(104,24,106); }

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